Skip to content

Commit a512217

Browse files
Remove function_exists(__phpunit_run_isolated_test) checks
1 parent 86986b4 commit a512217

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
<?php
22

3-
if (!function_exists('__phpunit_run_isolated_test')) {
4-
throw new \Exception('boo');
5-
}
3+
throw new \Exception('boo');

src/Symfony/Component/Routing/Tests/Fixtures/validresource.php

-3
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)