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 2a68260 commit 4611bf5Copy full SHA for 4611bf5
Tests/Compiler/ExtensionCompilerPassTest.php
@@ -21,7 +21,7 @@ class ExtensionCompilerPassTest extends \PHPUnit_Framework_TestCase
21
private $container;
22
private $pass;
23
24
- public function setUp()
+ protected function setUp()
25
{
26
$this->container = $this->getMock('Symfony\Component\DependencyInjection\ContainerBuilder');
27
$this->pass = new ExtensionCompilerPass();
0 commit comments