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 (
commit 6bd8581cd77a2b402ea34d75c7d733e5245dc328
tree aaa66fd4bb6742906f7502984c6723fce354200a
parent 62b17fc2a6a08d681bc06960f825b840d4b4e9d6
tree aaa66fd4bb6742906f7502984c6723fce354200a
parent 62b17fc2a6a08d681bc06960f825b840d4b4e9d6
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.







