Пример #1
0
 public function testSetStorage()
 {
     $dictionary = new Dictionary();
     $dictionary->setStorage(__DIR__);
     $this->assertEquals(__DIR__, $dictionary->getStorage());
 }