diff --git a/tests/TestCase/Console/Command/Task/PluginTaskTest.php b/tests/TestCase/Console/Command/Task/PluginTaskTest.php index 35b12fd90da..ff58cb7a33a 100644 --- a/tests/TestCase/Console/Command/Task/PluginTaskTest.php +++ b/tests/TestCase/Console/Command/Task/PluginTaskTest.php @@ -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());