Files
yii/tests/readme.txt
Alexander Makarov 1595cc2f2b Revert "Merge pull request #2702 from bitclaw/patch-1"
This reverts commit ee57245ede, reversing
changes made to 1466f7d70a.
2013-07-30 18:57:18 +04:00

13 lines
433 B
Plaintext

This folder contains unit tests of Yii framework.
PHPUnit 3.5+ 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.