Skip to content

Commit ed2e5a8

Browse files
CS fixes
1 parent 6b88860 commit ed2e5a8

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)