mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
fixing a error in the tests
This commit is contained in:
parent
e1a0ce7752
commit
095e8df995
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ class AppTest extends CakeTestCase {
|
||||||
|
|
||||||
$this->assertFalse(class_exists('TestUtilityClass', false));
|
$this->assertFalse(class_exists('TestUtilityClass', false));
|
||||||
App::uses('TestUtilityClass', 'Utility');
|
App::uses('TestUtilityClass', 'Utility');
|
||||||
$this->assertTrue(class_exists('CustomLibClass'));
|
$this->assertTrue(class_exists('TestUtilityClass'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue