Пример #1
0
 public function testGetItem()
 {
     $item = $this->storage->getItem('dir');
     $this->assertInstanceOf('Newscoop\\Storage\\Item', $item);
 }