<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sfModelTestPlugin &#8211; Simple unit tests for any ORM!</title>
	<atom:link href="http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/</link>
	<description>PHP, Symfony, and Other Web Things</description>
	<lastBuildDate>Wed, 24 Feb 2010 08:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jason rowe</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-322</link>
		<dc:creator>jason rowe</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-322</guid>
		<description>Hi, looks like this is exactly what i need but wont install in v1.1. Any plans to update the plugin to support symfony 1.1?

Thanks
Jae.</description>
		<content:encoded><![CDATA[<p>Hi, looks like this is exactly what i need but wont install in v1.1. Any plans to update the plugin to support symfony 1.1?</p>
<p>Thanks<br />
Jae.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megazlo</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-270</link>
		<dc:creator>megazlo</dc:creator>
		<pubDate>Fri, 18 Jan 2008 12:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-270</guid>
		<description>I think this is good idea to add in your module next class:

class sfModelTestBrowser extends sfTestBrowser
{
  /**
   * Initializes the browser tester instance.
   *
   * @param string Hostname
   * @param string Remote IP address
   * @param array  Options
   */
  public function initialize($fixturesFileOrDir = null, $hostname = null, $remote = null, $options = array())
  {
  	sfBrowser::initialize($hostname, $remote, $options);

    $this-&gt;test = new sfPropelTest($fixturesFileOrDir);
  }
};

It&#039;s will replace standart sfTestBrowser for functional test with database access.</description>
		<content:encoded><![CDATA[<p>I think this is good idea to add in your module next class:</p>
<p>class sfModelTestBrowser extends sfTestBrowser<br />
{<br />
  /**<br />
   * Initializes the browser tester instance.<br />
   *<br />
   * @param string Hostname<br />
   * @param string Remote IP address<br />
   * @param array  Options<br />
   */<br />
  public function initialize($fixturesFileOrDir = null, $hostname = null, $remote = null, $options = array())<br />
  {<br />
  	sfBrowser::initialize($hostname, $remote, $options);</p>
<p>    $this-&gt;test = new sfPropelTest($fixturesFileOrDir);<br />
  }<br />
};</p>
<p>It&#039;s will replace standart sfTestBrowser for functional test with database access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Symfony.es &#187; Blog Archive &#187; Una semana con Symfony #19 (12 - 18 noviembre 2007)</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-113</link>
		<dc:creator>Symfony.es &#187; Blog Archive &#187; Una semana con Symfony #19 (12 - 18 noviembre 2007)</dc:creator>
		<pubDate>Mon, 03 Dec 2007 09:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-113</guid>
		<description>[...] sfModelTestPlugin - Simple unit tests for any ORM! [...]</description>
		<content:encoded><![CDATA[<p>[...] sfModelTestPlugin &#8211; Simple unit tests for any ORM! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben XO</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-82</link>
		<dc:creator>Ben XO</dc:creator>
		<pubDate>Wed, 21 Nov 2007 15:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-82</guid>
		<description>I&#039;ve also patched sfModelTestPlugin to allow much more flexible fixture handling. See http://trac.symfony-project.com/ticket/2564

That patch sits on top of my lime colours patch.</description>
		<content:encoded><![CDATA[<p>I&#039;ve also patched sfModelTestPlugin to allow much more flexible fixture handling. See <a href="http://trac.symfony-project.com/ticket/2564" rel="nofollow">http://trac.symfony-project.com/ticket/2564</a></p>
<p>That patch sits on top of my lime colours patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben XO</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-81</link>
		<dc:creator>Ben XO</dc:creator>
		<pubDate>Mon, 19 Nov 2007 14:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-81</guid>
		<description>Hi Rob,

I&#039;ve patched sfModelTestPlugin to support lime colours etc.

The patch is at http://trac.symfony-project.com/ticket/2554</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I&#039;ve patched sfModelTestPlugin to support lime colours etc.</p>
<p>The patch is at <a href="http://trac.symfony-project.com/ticket/2554" rel="nofollow">http://trac.symfony-project.com/ticket/2554</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rpsblog.com &#187; A week of symfony #46 (12-&#38;gt;18 november 2007)</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/comment-page-1/#comment-80</link>
		<dc:creator>rpsblog.com &#187; A week of symfony #46 (12-&#38;gt;18 november 2007)</dc:creator>
		<pubDate>Mon, 19 Nov 2007 12:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://robrosenbaum.com/uncategorized/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-80</guid>
		<description>[...] sfModelTestPlugin - Simple unit tests for any ORM! [...]</description>
		<content:encoded><![CDATA[<p>[...] sfModelTestPlugin &#8211; Simple unit tests for any ORM! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
