Merge pull request #1481 from uzyn/csfix

Removed a stray tab.
This commit is contained in:
Christian Winther 2013-08-06 02:42:21 -07:00
commit a2c8392e9b

View file

@ -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)
);
}