mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #882 from dogmatic69/test-error
fixing a error in the tests
This commit is contained in:
commit
9ed901bc12
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ class AppTest extends CakeTestCase {
|
|||
|
||||
$this->assertFalse(class_exists('TestUtilityClass', false));
|
||||
App::uses('TestUtilityClass', 'Utility');
|
||||
$this->assertTrue(class_exists('CustomLibClass'));
|
||||
$this->assertTrue(class_exists('TestUtilityClass'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue