This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Matthew Weier O'Phinney (author)
Wed Dec 10 20:20:04 -0800 2008
bugapp / tests
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Model/ | Wed Dec 10 20:20:04 -0800 2008 | |
| |
README | Wed Sep 24 12:56:59 -0700 2008 | |
| |
TestHelper.php | Mon Jun 09 11:42:08 -0700 2008 | |
| |
log/ | Wed Dec 10 20:20:04 -0800 2008 | |
| |
phpunit.xml | Wed Sep 24 12:56:59 -0700 2008 |
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.







