Navigation Menu

Skip to content

Commit

Permalink
Updating @SInCE tag and renaming AllCacheEngines test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 22, 2010
1 parent 4a5353e commit d7a44e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions cake/tests/cases/libs/all_cache_engines.test.php
@@ -1,6 +1,6 @@
<?php
/**
* AllCacheEngines file
* AllCacheEnginesTest file
*
* PHP 5
*
Expand All @@ -14,19 +14,19 @@
* @link http://cakephp.org CakePHP(tm) Project
* @package cake
* @subpackage cake.tests.cases
* @since CakePHP(tm) v 1.2.0.4206
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

/**
* AllCacheEngines class
* AllCacheEnginesTest class
*
* This test group will run view class tests (view, theme)
*
* @package cake
* @subpackage cake.tests.groups
*/
class AllCacheEngines extends PHPUnit_Framework_TestSuite {
class AllCacheEnginesTest extends PHPUnit_Framework_TestSuite {

/**
* suite method, defines tests for this suite.
Expand Down
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/all_views.test.php
Expand Up @@ -14,7 +14,7 @@
* @link http://cakephp.org CakePHP(tm) Project
* @package cake
* @subpackage cake.tests.cases
* @since CakePHP(tm) v 1.2.0.4206
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/all_helpers.test.php
Expand Up @@ -14,7 +14,7 @@
* @link http://cakephp.org CakePHP(tm) Project
* @package cake
* @subpackage cake.tests.cases
* @since CakePHP(tm) v 1.2.0.4206
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

Expand Down
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/all_js_helpers.test.php
Expand Up @@ -14,7 +14,7 @@
* @link http://cakephp.org CakePHP(tm) Project
* @package cake
* @subpackage cake.tests.cases
* @since CakePHP(tm) v 1.3
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
/**
Expand Down

0 comments on commit d7a44e4

Please sign in to comment.