Пример #1
0
 public function testCanConstructNullCache()
 {
     $instance = new CacheFactory();
     $this->assertInstanceOf('\\Onoi\\Cache\\NullCache', $instance->newNullCache());
 }