Passed
Push — master ( 7baff8...bd8ce9 )
by Aimeos
07:49
created
tests/Command/ClearCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
 {
5 5
 	public function testSetupCommand()
6 6
 	{
7
-		$this->assertEquals(0, $this->artisan('aimeos:clear', array('site' => 'unittest')));
7
+		$this->assertEquals( 0, $this->artisan( 'aimeos:clear', array( 'site' => 'unittest' ) ) );
8 8
 	}
9 9
 }
Please login to merge, or discard this patch.