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 73e61fa commit aa35829Copy full SHA for aa35829
Tests/LegacyContainerBuilderTest.php
@@ -14,6 +14,9 @@
14
use Symfony\Component\DependencyInjection\ContainerBuilder;
15
use Symfony\Component\DependencyInjection\Reference;
16
17
+/**
18
+ * @group legacy
19
+ */
20
class LegacyContainerBuilderTest extends \PHPUnit_Framework_TestCase
21
{
22
protected function setUp()
Tests/LegacyDefinitionTest.php
@@ -13,6 +13,9 @@
13
use Symfony\Component\DependencyInjection\Definition;
class LegacyDefinitionTest extends \PHPUnit_Framework_TestCase
public function testSetGetFactoryClass()
0 commit comments