mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-25 01:16:52 +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, use: >> phpunit --verbose Please use 'phpunit --help' to see more command line options.