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 @@ -272,7 +272,6 @@ public function testSubmitDifferentPattern()
272
272
$ this ->assertDateTimeEquals ($ dateTime , $ form ->getData ());
273
273
}
274
274
275
- // Bug fix
276
275
public function testInitializeWithDateTime ()
277
276
{
278
277
// Throws an exception if "data_class" option is not explicitly set
Original file line number Diff line number Diff line change @@ -715,7 +715,6 @@ public function testPassWidgetToView()
715
715
$ this ->assertSame ('single_text ' , $ view ->vars ['widget ' ]);
716
716
}
717
717
718
- // Bug fix
719
718
public function testInitializeWithDateTime ()
720
719
{
721
720
// Throws an exception if "data_class" option is not explicitly set
Original file line number Diff line number Diff line change @@ -477,7 +477,6 @@ public function testIsPartiallyFilledReturnsTrueIfChoiceAndSecondsEmpty()
477
477
$ this ->assertTrue ($ form ->isPartiallyFilled ());
478
478
}
479
479
480
- // Bug fix
481
480
public function testInitializeWithDateTime ()
482
481
{
483
482
// Throws an exception if "data_class" option is not explicitly set
You can’t perform that action at this time.
0 commit comments