Files
yii/tests
Carsten Brandt 9a934901c0 Merge branch 'fix-cache-dir-permissions' of https://github.com/ujovlado/yii into ujovlado-fix-cache-dir-permissions
* 'fix-cache-dir-permissions' of https://github.com/ujovlado/yii:
  added CHANGELOG line
  added tests for CFileCache cacheFileMode and cachePathMode
  changed formatting
  added options to set mode (used by mkdir and chmod)  for cache directory and files
  cache dir creation with correct file mod

Conflicts:
	CHANGELOG
2013-09-04 15:12:36 +02: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
2013-05-09 19:33:10 +03:00
2011-02-18 15:25:38 +00:00
2012-07-30 21:55:10 +04: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.