Test Setup Failed
Push — master ( 00b2d5...31b7fb )
by
unknown
04:11
created
ProductBundle/Tests/Unit/ProductVariant/TypeHandler/EnumTypeHandlerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
         $this->formFactory->expects($this->once())
66 66
             ->method('createNamed')
67
-            ->with($fieldName, EnumSelectType::NAME, null, $this->callback(function (array $options) use ($fieldName) {
67
+            ->with($fieldName, EnumSelectType::NAME, null, $this->callback(function(array $options) use ($fieldName) {
68 68
                 $disabledValues = ['red', 'yellow', '10'];
69 69
 
70 70
                 $this->assertEquals([
Please login to merge, or discard this patch.