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 @@ -705,7 +705,6 @@ public function testPassWidgetToView()
705
705
$ this ->assertSame ('single_text ' , $ view ->vars ['widget ' ]);
706
706
}
707
707
708
- // Bug fix
709
708
public function testInitializeWithDateTime ()
710
709
{
711
710
// 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