mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
changing AppImportTest classname to AppTest
This commit is contained in:
parent
acc0660989
commit
14b065e229
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* AppImportTest class
|
||||
* AppTest class
|
||||
*
|
||||
* @package cake.tests.cases.libs
|
||||
*/
|
||||
class AppImportTest extends CakeTestCase {
|
||||
class AppTest extends CakeTestCase {
|
||||
|
||||
/**
|
||||
* tearDown method
|
||||
|
|
Loading…
Add table
Reference in a new issue