Skip to content

Commit

Permalink
Renaming test case classes to better match the filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 13, 2010
1 parent 7467a8d commit d59544b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/helpers/jquery_engine.test.php
Expand Up @@ -20,7 +20,7 @@
*/
App::import('Helper', array('Html', 'Js', 'JqueryEngine'));

class JqueryEngineHelperTestCase extends CakeTestCase {
class JqueryEngineHelperTest extends CakeTestCase {
/**
* startTest
*
Expand Down
4 changes: 2 additions & 2 deletions cake/tests/cases/libs/view/helpers/js.test.php
Expand Up @@ -55,7 +55,7 @@ function testParseOptions($options, $safe = array()) {
* @package cake
* @subpackage cake.tests.cases.libs.view.helpers
*/
class JsHelperTestCase extends CakeTestCase {
class JsHelperTest extends CakeTestCase {
/**
* Regexp for CDATA start block
*
Expand Down Expand Up @@ -676,7 +676,7 @@ function testSetVarsAtTopOfBufferedScripts() {
*
* @package cake.tests.view.helpers
*/
class JsBaseEngineTestCase extends CakeTestCase {
class JsBaseEngineTest extends CakeTestCase {
/**
* startTest method
*
Expand Down
Expand Up @@ -22,7 +22,7 @@
*/
App::import('Helper', array('Html', 'Js', 'MootoolsEngine'));

class MooEngineHelperTestCase extends CakeTestCase {
class MooEngineHelperTest extends CakeTestCase {
/**
* startTest
*
Expand Down
Expand Up @@ -20,7 +20,7 @@
*/
App::import('Helper', array('Html', 'Js', 'PrototypeEngine'));

class PrototypeEngineHelperTestCase extends CakeTestCase {
class PrototypeEngineHelperTest extends CakeTestCase {
/**
* startTest
*
Expand Down

0 comments on commit d59544b

Please sign in to comment.