Files
yii/tests
Alexander Makarov 6705e15f70 Merge pull request #1013 from resurtm/fix-943
Fixes #943: CDateTimeParser is now able to parse short textual representation of month, e.g. Jan, Jun, Aug.
2012-07-24 02:57:29 -07:00
..
2012-02-16 15:39:12 +01:00
2012-02-16 15:39:12 +01:00
2012-02-16 15:39:12 +01:00
2011-03-31 21:49:02 +00:00
2011-02-18 15:25:38 +00:00
2011-02-18 15:25:38 +00:00
2011-02-18 15:25:38 +00:00

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.