Files
yii/tests/unit
2011-01-27 23:57:19 +00:00
..
2009-03-10 18:00:11 +00:00
2009-06-16 21:00:33 +00:00
2010-07-12 20:26:54 +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/tests/directory

To generate code coverage report:
>> phpunit --coverage-html reports path/to/tests/directory/or/test/class

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