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()
262262 $ this ->assertDateTimeEquals ($ dateTime , $ form ->getData ());
263263 }
264264
265- // Bug fix
266265 public function testInitializeWithDateTime ()
267266 {
268267 // 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()
705705 $ this ->assertSame ('single_text ' , $ view ->vars ['widget ' ]);
706706 }
707707
708- // Bug fix
709708 public function testInitializeWithDateTime ()
710709 {
711710 // 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()
467467 $ this ->assertTrue ($ form ->isPartiallyFilled ());
468468 }
469469
470- // Bug fix
471470 public function testInitializeWithDateTime ()
472471 {
473472 // Throws an exception if "data_class" option is not explicitly set
You can’t perform that action at this time.
0 commit comments