Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 5, 2014
1 parent 5525c02 commit 1128319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/Task/PluginTaskTest.php
Expand Up @@ -161,7 +161,7 @@ public function testExecuteWithOneArg() {
$this->Task->expects($this->at(2))->method('createFile')
->with($file, new \PHPUnit_Framework_Constraint_IsAnything());

$file = $path . DS. 'Test' . DS . 'bootstrap.php';
$file = $path . DS . 'Test' . DS . 'bootstrap.php';
$this->Task->expects($this->at(3))->method('createFile')
->with($file, new \PHPUnit_Framework_Constraint_IsAnything());

Expand Down

0 comments on commit 1128319

Please sign in to comment.