File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ class ManagerRegistryTest extends TestCase
19
19
{
20
20
public static function setUpBeforeClass ()
21
21
{
22
+ if (!class_exists ('PHPUnit_Framework_TestCase ' )) {
23
+ self ::markTestSkipped ('proxy-manager-bridge is not yet compatible with namespaced phpunit versions. ' );
24
+ }
22
25
$ test = new PhpDumperTest ();
23
26
$ test ->testDumpContainerWithProxyServiceWillShareProxies ();
24
27
}
Original file line number Diff line number Diff line change 32
32
"symfony/http-foundation" : " ~2.8|~3.0" ,
33
33
"symfony/security-acl" : " ~2.8|~3.0" ,
34
34
"symfony/templating" : " ~2.8|~3.0" ,
35
+ "symfony/translation" : " ~2.8|~3.0" ,
35
36
"symfony/twig-bundle" : " ~2.8|~3.0" ,
36
37
"symfony/twig-bridge" : " ~2.8|~3.0" ,
37
38
"symfony/process" : " ~2.8|~3.0" ,
You can’t perform that action at this time.
0 commit comments