File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Tests/Extension/Core/Type Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,6 @@ public function testSubmitDifferentPattern()
262
262
$ this ->assertDateTimeEquals ($ dateTime , $ form ->getData ());
263
263
}
264
264
265
- // Bug fix
266
265
public function testInitializeWithDateTime ()
267
266
{
268
267
// Throws an exception if "data_class" option is not explicitly set
Original file line number Diff line number Diff line change @@ -694,7 +694,6 @@ public function testPassWidgetToView()
694
694
$ this ->assertSame ('single_text ' , $ view ->vars ['widget ' ]);
695
695
}
696
696
697
- // Bug fix
698
697
public function testInitializeWithDateTime ()
699
698
{
700
699
// Throws an exception if "data_class" option is not explicitly set
Original file line number Diff line number Diff line change @@ -467,7 +467,6 @@ public function testIsPartiallyFilledReturnsTrueIfChoiceAndSecondsEmpty()
467
467
$ this ->assertTrue ($ form ->isPartiallyFilled ());
468
468
}
469
469
470
- // Bug fix
471
470
public function testInitializeWithDateTime ()
472
471
{
473
472
// Throws an exception if "data_class" option is not explicitly set
You can’t perform that action at this time.
0 commit comments