Skip to content

Commit

Permalink
Renamed useCommandRunner to enableCommandRunner for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Jul 4, 2017
1 parent 3a5a10c commit 9414079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/TestSuite/ConsoleIntegrationTestCase.php
Expand Up @@ -115,7 +115,7 @@ public function tearDown()
*
* @return void
*/
public function enableCommandRunner()
public function useCommandRunner()
{
$this->_useCommandRunner = true;
}
Expand Down
Expand Up @@ -39,7 +39,7 @@ public function setUp()
*/
public function testExecWithCommandRunner()
{
$this->enableCommandRunner();
$this->useCommandRunner();

$this->exec('routes');

Expand Down

0 comments on commit 9414079

Please sign in to comment.