Files
yii/tests/unit
..
2009-03-10 18:00:11 +00:00
2009-03-10 18:00:11 +00:00
2009-03-10 18:00:11 +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, use:
>> phpunit --verbose

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