createMock(ContainerBuilder::class); $containerBuilder ->expects($this->once()) ->method('addCompilerPass') ->with($compilerPass); $bundle = new SocialPostBundle(); $bundle->build($containerBuilder); } }