mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix failing test.
This commit is contained in:
parent
255705a81e
commit
6e0cf0dab7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class CommandListShellTest extends CakeTestCase {
|
||||||
$expected = "/\[.*TestPluginTwo.*\] example, welcome/";
|
$expected = "/\[.*TestPluginTwo.*\] example, welcome/";
|
||||||
$this->assertRegExp($expected, $output);
|
$this->assertRegExp($expected, $output);
|
||||||
|
|
||||||
$expected = "/\[.*CORE.*\] acl, api, bake, command_list, console, i18n, schema, test, testsuite, upgrade/";
|
$expected = "/\[.*CORE.*\] acl, api, bake, command_list, console, i18n, schema, server, test, testsuite, upgrade/";
|
||||||
$this->assertRegExp($expected, $output);
|
$this->assertRegExp($expected, $output);
|
||||||
|
|
||||||
$expected = "/\[.*app.*\] sample/";
|
$expected = "/\[.*app.*\] sample/";
|
||||||
|
|
Loading…
Reference in a new issue