Re: [symfony-devs] [1.4] Testing

2010-10-08 Thread Frank Stelzer
You also might have a look at the sfPHPUnit2Plugin http://www.symfony-project.org/plugins/sfPHPUnit2Plugin blog post about this plugin http://dev.esl.eu/blog/2010/02/25/testing-symfony-projects-with-phpunit/ This plugin is not about testing a symfony plugin, but normal unit and functional te

Re: [symfony-devs] [1.4] Testing

2010-10-08 Thread Kris Wallsmith
You need to create a harness. See this for reference: http://trac.symfony-project.org/browser/plugins/sfFormExtraPlugin/branches/1.3/bin/prove.php -- Kris Wallsmith | Release Manager kris.wallsm...@symfony-project.com Portland, Oregon USA http://twitter.com/kriswallsmith On Oct 8, 2010, at 10:4

[symfony-devs] [1.4] Testing

2010-10-08 Thread Stephen Melrose
Hey, I'm doing some tinkering with the 1.4 source to try and get the form framework to work stand alone for use in an internal project here. (If someone has already done this, please feel free to point me in the right direction). I'm just curious how I run all the unit tests in one go? Can't seem