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

@ -14,7 +14,7 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
* @package cake.tests.cases.libs.model
* @package Cake.Test.Case.Model
* @since CakePHP(tm) v 1.2.0.4206
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
@ -23,7 +23,7 @@ require_once dirname(__FILE__) . DS . 'ModelTestBase.php';
/**
* ModelValidationTest
*
* @package cake.tests.cases.libs.model.operations
* @package Cake.Test.Case.Model
*/
class ModelValidationTest extends BaseModelTest {