Skip to content

Commit bd805e5

Browse files
Fix 7.2 compat layer
1 parent 0bf7ca0 commit bd805e5

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)