@@ -64,7 +64,7 @@ |
||
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([ |