This commit is contained in:
Nicolas Grekas 2017-02-21 18:25:31 +01:00
parent 9ed5e8c184
commit ae1343b281
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ class ManagerRegistryTest extends TestCase
{
public static function setUpBeforeClass()
{
if (!class_exists('PHPUnit_Framework_TestCase')) {
self::markTestSkipped('proxy-manager-bridge is not yet compatible with namespaced phpunit versions.');
}
$test = new PhpDumperTest();
$test->testDumpContainerWithProxyServiceWillShareProxies();
}

View File

@ -32,6 +32,7 @@
"symfony/http-foundation": "~2.8|~3.0",
"symfony/security-acl": "~2.8|~3.0",
"symfony/templating": "~2.8|~3.0",
"symfony/translation": "~2.8|~3.0",
"symfony/twig-bundle": "~2.8|~3.0",
"symfony/twig-bridge": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0",