Пример #1
0
 public function testPath()
 {
     $this->file->setPath('foo');
     $this->assertEquals('foo', $this->file->getPath());
 }