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()
272272 $ this ->assertDateTimeEquals ($ dateTime , $ form ->getData ());
273273 }
274274
275- // Bug fix
276275 public function testInitializeWithDateTime ()
277276 {
278277 // 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()
715715 $ this ->assertSame ('single_text ' , $ view ->vars ['widget ' ]);
716716 }
717717
718- // Bug fix
719718 public function testInitializeWithDateTime ()
720719 {
721720 // 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()
477477 $ this ->assertTrue ($ form ->isPartiallyFilled ());
478478 }
479479
480- // Bug fix
481480 public function testInitializeWithDateTime ()
482481 {
483482 // Throws an exception if "data_class" option is not explicitly set
You can’t perform that action at this time.
0 commit comments