Skip to content

Commit

Permalink
Fix console integration test case annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Jul 29, 2018
1 parent c15a2e9 commit bde125e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/ConsoleIntegrationTestCase.php
Expand Up @@ -43,14 +43,14 @@ abstract class ConsoleIntegrationTestCase extends TestCase
/**
* Console output stub
*
* @var \Cake\Console\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
* @var \Cake\TestSuite\Stub\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
*/
protected $_out;

/**
* Console error output stub
*
* @var \Cake\Console\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
* @var \Cake\TestSuite\Stub\ConsoleOutput|\PHPUnit_Framework_MockObject_MockObject|null
*/
protected $_err;

Expand Down

0 comments on commit bde125e

Please sign in to comment.