mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removed old use of Configure class in tests.
This commit is contained in:
parent
fdafa6b3bd
commit
09e04c5c1c
1 changed files with 0 additions and 2 deletions
|
@ -1764,8 +1764,6 @@ class DispatcherTest extends CakeTestCase {
|
|||
*/
|
||||
public function testAssets() {
|
||||
Router::reload();
|
||||
$Configure = Configure::getInstance();
|
||||
$Configure->__objects = null;
|
||||
|
||||
App::build(array(
|
||||
'plugins' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'plugins' . DS),
|
||||
|
|
Loading…
Reference in a new issue