public
Description: Bug application built on Zend Framework, primarily as a demo app for Dutch PHP Conference
Homepage: http://weierophinney.net/matthew/archives/179-DPC08-Wrapup.html
Clone URL: git://github.com/weierophinney/bugapp.git
Matthew Weier O'Phinney (author)
Wed Dec 10 20:20:04 -0800 2008
bugapp / tests
name age message
..
directory Model/ Wed Dec 10 20:20:04 -0800 2008 Various tweaks and bugfixes; addition of .place... [Matthew Weier O'Phinney]
file README Wed Sep 24 12:56:59 -0700 2008 Refactored test suite to use phpunit.xml [Matthew Weier O'Phinney]
file TestHelper.php Mon Jun 09 11:42:08 -0700 2008 * ZFI-183: Models completed git-svn-id: file:... [matthew]
directory log/ Wed Dec 10 20:20:04 -0800 2008 Various tweaks and bugfixes; addition of .place... [Matthew Weier O'Phinney]
file phpunit.xml Wed Sep 24 12:56:59 -0700 2008 Refactored test suite to use phpunit.xml [Matthew Weier O'Phinney]
tests/README
To run the unit tests, use the following:

    phpunit --configuration phpunit.xml

You can also run tests for just the controllers:

    phpunit --configuration phpunit.xml --group Controllers

or just the models:

    phpunit --configuration phpunit.xml --group Models

By default, coverage reports and TestDox are generated in the logs/ 
subdirectory.