mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-10 18:16:53 +01:00
* '2159-fix-delete-with-join' of https://github.com/serebrov/yii: Fixes #2159 - problem with command builder for delete with joins. Conflicts: CHANGELOG
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.