File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function testDefaultFormattingWithScaleAndStringInput()
77
77
$ this ->assertSame ('12345,68 ' , $ form ->createView ()->vars ['value ' ]);
78
78
}
79
79
80
- public function testStringInputWithFloatData (): void
80
+ public function testStringInputWithFloatData ()
81
81
{
82
82
$ this ->expectException ('Symfony\Component\Form\Exception\TransformationFailedException ' );
83
83
$ this ->expectExceptionMessage ('Expected a numeric string. ' );
@@ -88,7 +88,7 @@ public function testStringInputWithFloatData(): void
88
88
]);
89
89
}
90
90
91
- public function testStringInputWithIntData (): void
91
+ public function testStringInputWithIntData ()
92
92
{
93
93
$ this ->expectException ('Symfony\Component\Form\Exception\TransformationFailedException ' );
94
94
$ this ->expectExceptionMessage ('Expected a numeric string. ' );
You can’t perform that action at this time.
0 commit comments