From 3559aa35af323f4594080d61925ea1f4431c73a7 Mon Sep 17 00:00:00 2001 From: U-Zyn Chua Date: Tue, 6 Aug 2013 17:13:53 +0800 Subject: [PATCH] Removed a stray tab. --- lib/Cake/Test/Case/Console/Command/ApiShellTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php b/lib/Cake/Test/Case/Console/Command/ApiShellTest.php index 902e3e40f..f333b8528 100644 --- a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/ApiShellTest.php @@ -44,7 +44,7 @@ class ApiShellTest extends CakeTestCase { $this->Shell = $this->getMock( 'ApiShell', array('in', 'out', 'createFile', 'hr', '_stop'), - array( $out, $out, $in) + array($out, $out, $in) ); }