Skip to content

Commit 6f87ba9

Browse files
Merge branch '2.8' into 3.3
* 2.8: Remove function_exists(__phpunit_run_isolated_test) checks
2 parents cf7fa1d + fa8f982 commit 6f87ba9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Fixtures/validresource.php

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

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

0 commit comments

Comments
 (0)