Files
yii/tests/unit
2009-12-13 13:45:41 +00:00
..
2009-12-13 13:45:41 +00:00
2009-03-10 18:00:11 +00:00
2009-06-16 21:00:33 +00:00
2009-06-16 21:00:33 +00:00
2009-03-10 18:00:11 +00:00

This folder contains unit tests of Yii framework.
PHPUnit 3.3+ and xdebug (for code coverage report) are required.

To run a single unit test, use:
>> phpunit path/to/test.php

To run all tests under a directory, use:
>> phpunit --verbose path/to/directory

Please use 'phpunit --help' to see more command line options.