8000 fix deps · symfony/symfony@ae1343b · GitHub
[go: up one dir, main page]

Skip to content

Commit ae1343b

Browse files
fix deps
1 parent 9ed5e8c commit ae1343b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php

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

src/Symfony/Bundle/SecurityBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"symfony/http-foundation": "~2.8|~3.0",
3333
"symfony/security-acl": "~2.8|~3.0",
3434
"symfony/templating": "~2.8|~3.0",
35+
"symfony/translation": "~2.8|~3.0",
3536
"symfony/twig-bundle": "~2.8|~3.0",
3637
"symfony/twig-bridge": "~2.8|~3.0",
3738
"symfony/process": "~2.8|~3.0",

0 commit comments

Comments
 (0)
0