Merge pull request #2702 from bitclaw/patch-1

Update readme.txt
This commit is contained in:
Alexander Makarov
2013-07-30 07:55:59 -07:00

View File

@@ -1,5 +1,5 @@
This folder contains unit tests of Yii framework.
PHPUnit 3.5+ and xdebug (for code coverage report) are required.
PHPUnit 5.3+ and xdebug (for code coverage report) are required.
To run a single unit test, use:
>> phpunit path/to/test.php
@@ -10,4 +10,4 @@ To run all tests under a directory, use:
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.
Please use 'phpunit --help' to see more command line options.