Skip to content

Commit

Permalink
changing AppImportTest classname to AppTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed May 24, 2011
1 parent acc0660 commit 14b065e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Test/Case/Core/AppTest.php
@@ -1,11 +1,11 @@
<?php

/**
* AppImportTest class
* AppTest class
*
* @package cake.tests.cases.libs
*/
class AppImportTest extends CakeTestCase {
class AppTest extends CakeTestCase {

/**
* tearDown method
Expand Down

0 comments on commit 14b065e

Please sign in to comment.