Skip to content

Commit c7ace50

Browse files
Merge branch '4.4' into 5.2
* 4.4: CS fixes Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents 8911230 + ed2e5a8 commit c7ace50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/ManagerRegistryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ class ManagerRegistryTest extends TestCase
1919
{
2020
public static function setUpBeforeClass(): void
2121
{
22-
if (!class_exists(\PHPUnit_Framework_TestCase::class)) {
23-
self::markTestSkipped('proxy-manager-bridge is not yet compatible with namespaced phpunit versions.');
24-
}
2522
$test = new PhpDumperTest();
2623
$test->testDumpContainerWithProxyServiceWillShareProxies();
2724
}

0 commit comments

Comments
 (0)