Skip to content

Commit fb3865c

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 Remove function_exists(__phpunit_run_isolated_test) checks
2 parents 78e46a2 + 6f87ba9 commit fb3865c

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)