Test Failed
Pull Request — master (#39)
by Roman
03:36
created
Tests/RequestProcessor/Step/Filter/ValidateFiltersTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
 
24 24
         $response = $step->execute($request);
25 25
         $this->assertInstanceOf(ArtifactCollection::class, $response);
26
-        $this->assertEquals([0 => ['type' => 'eq','property' => 'title','value' => 'test']], $response->get('filters')->getValue());
26
+        $this->assertEquals([0 => ['type' => 'eq', 'property' => 'title', 'value' => 'test']], $response->get('filters')->getValue());
27 27
     }
28 28
 }
Please login to merge, or discard this patch.