mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-29 02:43:31 +00:00
Fix failing tests
This commit is contained in:
parent
f4933b29a8
commit
db1442573d
2 changed files with 5 additions and 3 deletions
lib/Cake/Test/Case/Console/Command
|
@ -125,7 +125,7 @@ class CompletionShellTest extends CakeTestCase {
|
|||
$this->Shell->runCommand('commands', array());
|
||||
$output = $this->Shell->stdout->output;
|
||||
|
||||
$expected = "TestPlugin.example TestPluginTwo.example TestPluginTwo.welcome acl api bake command_list completion console i18n schema server test testsuite upgrade sample\n";
|
||||
$expected = "TestPlugin.example TestPlugin.test_plugin TestPluginTwo.example TestPluginTwo.welcome acl api bake command_list completion console i18n schema server test testsuite upgrade sample\n";
|
||||
$this->assertEquals($expected, $output);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue