From 1128319f714c3b2c2855c9fb82a1bc8e5c966fc5 Mon Sep 17 00:00:00 2001 From: euromark Date: Sat, 5 Apr 2014 03:18:23 +0200 Subject: [PATCH] fix cs --- tests/TestCase/Console/Command/Task/PluginTaskTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());