Skip to content

Commit 51ac06f

Browse files
Merge branch '2.7' into 2.8
* 2.7: [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: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig src/Symfony/Component/HttpFoundation/Response.php
2 parents b532dba + 486429a commit 51ac06f

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
@@ -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

Tests/Extension/Core/Type/DateTypeTest.php

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

Tests/Extension/Core/Type/TimeTypeTest.php

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

0 commit comments

Comments
 (0)