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 (
pastebin / tests
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
My/ | Tue Sep 09 06:46:55 -0700 2008 | |
| |
README | Thu Sep 04 18:53:09 -0700 2008 | |
| |
TestHelper.php | Tue Dec 02 06:12:31 -0800 2008 | |
| |
controllers/ | Tue Dec 02 06:12:31 -0800 2008 | |
| |
log/ | Tue Dec 02 06:12:31 -0800 2008 | |
| |
models/ | Wed Dec 03 20:00:54 -0800 2008 | |
| |
phpunit.xml | Thu Sep 04 18:53:09 -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.







