¡@

Home 

php Programming Glossary: suites

Organizing PHPUnit Tests in Namespaces

http://stackoverflow.com/questions/12117254/organizing-phpunit-tests-in-namespaces

related TestCase classes together say for different test suites. Disadvantages Could result in a deeper more complex hierarchy...

“Web interface” to PHPUnit tests?

http://stackoverflow.com/questions/2424457/web-interface-to-phpunit-tests

Is there a simple Web interface to running PHPUnit test suites i.e. a PHP script that runs the test on the command line and.. HTML using XSLT. Example phpunitreport infile reports testsuites.xml format frames todir reports tests styledir home phing etc..

PHPUnit best practices to organize tests

http://stackoverflow.com/questions/8313283/phpunit-best-practices-to-organize-tests

I have some problems with is how to organize the test suites properly. Zend has an AllTests.php from which loads others test.. Zend has an AllTests.php from which loads others test suites. Tough looking at the class it is useing PHPUnit_Framework_TestSuite.. to create a suite object and then add the other suites to it but if I look in the PHPUnit docs for organizing tests..