Updating all @package annotations in doc blocks

This commit is contained in:
Jose Lorenzo Rodriguez 2011-07-26 01:46:14 -04:30
parent 21ff9caac7
commit cfd2d9e00b
547 changed files with 1294 additions and 1294 deletions

View file

@ -22,7 +22,7 @@ PHP_CodeCoverage_Filter::getInstance()->addFileToBlacklist(__FILE__, 'DEFAULT');
/**
* A custom test runner for Cake's use of PHPUnit.
*
* @package cake.tests.lib
* @package Cake.TestSuite
*/
class CakeTestRunner extends PHPUnit_TextUI_TestRunner {
/**