public function setUp() { $this->container = $this->createMock('Symfony\\Component\\DependencyInjection\\ContainerBuilder'); $this->compilerPass = new ProviderCompilerPass(); }