mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user