浏览代码

Fix test case.

mscherer 7 年之前
父节点
当前提交
ba8abbc943
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/TestCase/Command/HelpCommandTest.php

+ 0 - 1
tests/TestCase/Command/HelpCommandTest.php

@@ -90,7 +90,6 @@ class HelpCommandTest extends ConsoleIntegrationTestCase
             'only short alias for plugin command.'
         );
         $this->assertOutputContains('- sample', 'app shell');
-        $this->assertOutputContains('- test_plugin.sample', 'Long plugin name');
         $this->assertOutputContains('- routes', 'core shell');
         $this->assertOutputContains('- example', 'short plugin name');
         $this->assertOutputContains('- abort', 'command object');