Skip to content

Commit 486429a

Browse files
Merge branch '2.3' into 2.7
* 2.3: [appveyor] fix ini matrix race conditions [Http*] Mock time() to fix transient tests [ci] Cache phpunit install [WebProfiler] [toolbar] Changed profiler toolbar color to comply with WCAG 2.0AA contrast standards Conflicts: appveyor.yml src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
2 parents 40da106 + c948e7c commit 486429a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Tests/Extension/Core/Type/DateTimeTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Tests/Extension/Core/Type/DateTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Tests/Extension/Core/Type/TimeTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)