|
|
@@ -94,7 +94,7 @@ class CommandListShellTest extends TestCase {
|
|
|
$expected = "/\[.*TestPluginTwo.*\] example, welcome/";
|
|
|
$this->assertRegExp($expected, $output);
|
|
|
|
|
|
- $expected = "/\[.*CORE.*\] i18n, orm_cache, server, test/";
|
|
|
+ $expected = "/\[.*CORE.*\] i18n, orm_cache, plugin, server, test/";
|
|
|
$this->assertRegExp($expected, $output);
|
|
|
|
|
|
$expected = "/\[.*app.*\] sample/";
|