Author: FrankStelzer Date: 2010-09-08 16:57:33 +0200 (Wed, 08 Sep 2010) New Revision: 30857
Modified: plugins/sfPHPUnit2Plugin/trunk/README Log: [sfPHPUnit2Plugin] added possibility to define custom test suites for the test-all task, added hints for best practices of the phpunit.xml Modified: plugins/sfPHPUnit2Plugin/trunk/README =================================================================== --- plugins/sfPHPUnit2Plugin/trunk/README 2010-09-08 14:31:29 UTC (rev 30856) +++ plugins/sfPHPUnit2Plugin/trunk/README 2010-09-08 14:57:33 UTC (rev 30857) @@ -241,7 +241,7 @@ * You do not like the PHPUnit syntax? Use **$this->getTest()** to retrieve a instance of sfPHPUnitTest, which mimics the lime-like interface! * Use the **_start** and **_end** methods for doing something just before and after a test (please do not overwrite the setUp and tearDown methods)! * implement the **getApplication** method in your unit test and call **getContext** afterwards for creating an according sfContext instance - * add a ***[phpunit.xml.dist](http://test.ical.ly/2010/08/24/best-practice-how-to-ship-phpunit-configuration/)*** in the project's root dir for defining **default** configuration options for PHPUnit calls. Thanks Christian for pointing this out :) + * add a ***[phpunit.xml.dist](http://test.ical.ly/2010/08/24/best-practice-how-to-ship-phpunit-configuration/)*** in the project's root dir for defining **default** configuration options for PHPUnit calls. Thanks [Christian](http://test.ical.ly/2010/08/24/best-practice-how-to-ship-phpunit-configuration/) for pointing this out :) * add a ***[phpunit.xml](http://www.phpunit.de/manual/3.4/en/appendixes.configuration.html)*** in the project's root dir for defining **individual** configuration options for PHPUnit calls -- You received this message because you are subscribed to the Google Groups "symfony SVN" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-svn?hl=en.
