Пример #1
0
 public function testConstruct()
 {
     $app = new Application();
     $this->assertInstanceOf('FabysCore\\Component\\Cache\\Cache', $app->getCache());
     $this->assertInstanceOf('FabysCore\\Component\\Logger\\Logger', $app->getLogger());
 }