We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b88860 commit ed2e5a8Copy full SHA for ed2e5a8
Tests/ManagerRegistryTest.php
@@ -19,9 +19,6 @@ class ManagerRegistryTest extends TestCase
19
{
20
public static function setUpBeforeClass(): void
21
22
- if (!class_exists(\PHPUnit_Framework_TestCase::class)) {
23
- self::markTestSkipped('proxy-manager-bridge is not yet compatible with namespaced phpunit versions.');
24
- }
25
$test = new PhpDumperTest();
26
$test->testDumpContainerWithProxyServiceWillShareProxies();
27
}
0 commit comments