<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: sfModelTestPlugin - Simple unit tests for any ORM!</title>
	<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/</link>
	<description>PHP, Symfony, and Other Web Things</description>
	<pubDate>Wed, 20 Aug 2008 20:43:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: megazlo</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-270</link>
		<dc:creator>megazlo</dc:creator>
		<pubDate>Fri, 18 Jan 2008 12:19:00 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/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-&#62;test = new sfPropelTest($fixturesFileOrDir);
  }
};

It'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-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>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-113</guid>
		<description>[...] sfModelTestPlugin - Simple unit tests for any ORM! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] sfModelTestPlugin - Simple unit tests for any ORM! [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben XO</title>
		<link>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-82</link>
		<dc:creator>Ben XO</dc:creator>
		<pubDate>Wed, 21 Nov 2007 15:38:44 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-82</guid>
		<description>I'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-81</link>
		<dc:creator>Ben XO</dc:creator>
		<pubDate>Mon, 19 Nov 2007 14:02:57 +0000</pubDate>
		<guid>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-81</guid>
		<description>Hi Rob,

I'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-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>http://robrosenbaum.com/php/sfmodeltestplugin-simple-unit-tests-for-any-orm/#comment-80</guid>
		<description>[...] sfModelTestPlugin - Simple unit tests for any ORM! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] sfModelTestPlugin - Simple unit tests for any ORM! [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
