mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Use App::RESET instead of true with App::build()
This commit is contained in:
parent
6684b775cd
commit
c4829dc3b8
26 changed files with 42 additions and 40 deletions
|
@ -336,7 +336,7 @@ class SchemaShellTest extends CakeTestCase {
|
|||
public function testGenerateWithPlugins() {
|
||||
App::build(array(
|
||||
'plugins' => array(CAKE . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS)
|
||||
), true);
|
||||
), App::RESET);
|
||||
CakePlugin::load('TestPlugin');
|
||||
|
||||
$this->db->cacheSources = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue