Skip to content

Commit

Permalink
Changing classes names to match their filename and make pass the Cake…
Browse files Browse the repository at this point in the history
…TestCase test
  • Loading branch information
lorenzo committed Jun 24, 2010
1 parent bd02a2b commit 4129ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cake/tests/fixtures/assert_tags_test_case.php
Expand Up @@ -8,7 +8,7 @@
* @package cake
* @subpackage cake.tests.fixtures
*/
class AssertTagsTest extends CakeTestCase {
class AssertTagsTestCase extends CakeTestCase {

/**
* test that assertTags knows how to handle correct quoting.
Expand Down
2 changes: 1 addition & 1 deletion cake/tests/fixtures/fixturized_test_case.php
Expand Up @@ -8,7 +8,7 @@
* @package cake
* @subpackage cake.tests.fixtures
*/
class FixturizedTest extends CakeTestCase {
class FixturizedTestCase extends CakeTestCase {

/**
* Fixtures to use in this thes
Expand Down

0 comments on commit 4129ca4

Please sign in to comment.