mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-03 14:54:04 +01: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/directory Please use 'phpunit --help' to see more command line options.