@@ -27,7 +27,7 @@ |
||
27 | 27 | { |
28 | 28 | $entity = $this->getArtifact('entity'); |
29 | 29 | |
30 | - if(true !== $this->getArtifact('validation')) { |
|
30 | + if (true !== $this->getArtifact('validation')) { |
|
31 | 31 | return new ArtifactCollection(); |
32 | 32 | } |
33 | 33 |
@@ -23,6 +23,6 @@ |
||
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 | } |