Browse Source

Merge pull request #6383 from HavokInspiration/3.1-dispatchshelltest-fix

Update ShellTest::testDispatchShell
Mark S. 11 years ago
parent
commit
bc35e7bb99
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Console/ShellTest.php

+ 0 - 1
tests/TestCase/Console/ShellTest.php

@@ -912,7 +912,6 @@ class ShellTest extends TestCase
         $expected = <<<TEXT
 <info>Welcome to CakePHP Console</info>
 I am a test task, I dispatch another Shell
-<info>Welcome to CakePHP Console</info>
 I am a dispatched Shell
 
 TEXT;