|
|
@@ -65,7 +65,7 @@ class CommandListShellTest extends ConsoleIntegrationTestCase
|
|
|
$expected = "/\[.*CORE.*\] cache, help, i18n, orm_cache, plugin, routes, schema_cache, server/";
|
|
|
$this->assertOutputRegExp($expected);
|
|
|
|
|
|
- $expected = "/\[.*app.*\] abort, demo, i18m, integration, merge, sample/";
|
|
|
+ $expected = "/\[.*app.*\] abort, auto_load_model, demo, i18m, integration, merge, sample/";
|
|
|
$this->assertOutputRegExp($expected);
|
|
|
$this->assertExitCode(Shell::CODE_SUCCESS);
|
|
|
$this->assertErrorEmpty();
|
|
|
@@ -86,7 +86,7 @@ class CommandListShellTest extends ConsoleIntegrationTestCase
|
|
|
$expected = "/\[.*CORE.*\] cache, help, orm_cache, plugin, routes, schema_cache, server, version/";
|
|
|
$this->assertOutputRegExp($expected);
|
|
|
|
|
|
- $expected = "/\[.*app.*\] abort, demo, i18n, integration, merge, sample/";
|
|
|
+ $expected = "/\[.*app.*\] abort, auto_load_model, demo, i18n, integration, merge, sample/";
|
|
|
$this->assertOutputRegExp($expected);
|
|
|
$this->assertExitCode(Shell::CODE_SUCCESS);
|
|
|
$this->assertErrorEmpty();
|