Skip to content

Commit f140c70

Browse files
Merge branch '2.7' into 2.8
* 2.7: Fix 7.2 compat layer Fix PHP 7.2 support [HttpFoundation] Add missing session.lazy_write config option [HttpFoundation] Combine Cache-Control headers [Form] fix parsing invalid floating point numbers Escape command usage when displaying it in the text descriptor Use for=ID on radio/checkbox label.
2 parents 74808bc + bd805e5 commit f140c70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Fixtures/validresource.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
22

3+
if (function_exists('__phpunit_run_isolated_test')) {
4+
return;
5+
}
36
/** @var $loader \Symfony\Component\Routing\Loader\PhpFileLoader */
47
/** @var \Symfony\Component\Routing\RouteCollection $collection */
58
$collection = $loader->import('validpattern.php');

0 commit comments

Comments
 (0)