Test Setup Failed
Push — master ( 42c8aa...1fd8a6 )
by
unknown
03:55
created
src/Oro/Bundle/RFPBundle/Tests/Unit/Form/Type/RequestProductTypeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         $resolver = $this->createMock('Symfony\Component\OptionsResolver\OptionsResolver');
45 45
         $resolver->expects($this->once())
46 46
             ->method('setDefaults')
47
-            ->with($this->callback(function (array $options) {
47
+            ->with($this->callback(function(array $options) {
48 48
                 $this->assertArrayHasKey('data_class', $options);
49 49
                 $this->assertArrayHasKey('compact_units', $options);
50 50
                 $this->assertArrayHasKey('csrf_token_id', $options);
Please login to merge, or discard this patch.