Exemplo n.º 1
0
 public function setUp()
 {
     $this->container = $this->getMock('Symfony\\Component\\DependencyInjection\\ContainerInterface');
     $this->kernel = $this->getMock('Symfony\\Component\\HttpKernel\\KernelInterface');
     $this->loggerFactory = new LoggerFactory();
     $this->loggerFactory->setContainer($this->container);
 }