Skip to content

Commit d353a78

Browse files
Merge branch '3.4' into 4.1
* 3.4: Think positive KernelInterface can return null container [DI] Detect circular references with ChildDefinition parent [VarDumper] Fix global dump function return value for PHP7 [Ldap] Use shut up operator on connection errors at ldap_start_tls Implement startTest rather than startTestSuite [OptionsResolver] remove dead code and useless else [HttpFoundation] don't override StreamedResponse::setNotModified() Added relevent links for parsing to the phpdoc Add stricter checking for valid date time string Fix symfony/console (optional) dependency for MonologBridge [Form] Fix DateTimeType html5 input format
2 parents f139c03 + 5f18f54 commit d353a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Extension/AbstractBootstrap3LayoutTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ public function testDateTimeWithWidgetSingleText()
15771577
[@type="datetime-local"]
15781578
[@name="name"]
15791579
[@class="my&class form-control"]
1580-
[@value="2011-02-03T04:05:06Z"]
1580+
[@value="2011-02-03T04:05:06"]
15811581
'
15821582
);
15831583
}
@@ -1598,7 +1598,7 @@ public function testDateTimeWithWidgetSingleTextIgnoreDateAndTimeWidgets()
15981598
[@type="datetime-local"]
15991599
[@name="name"]
16001600
[@class="my&class form-control"]
1601-
[@value="2011-02-03T04:05:06Z"]
1601+
[@value="2011-02-03T04:05:06"]
16021602
'
16031603
);
16041604
}

0 commit comments

Comments
 (0)