Пример #1
0
 public function testFileGetPath()
 {
     $file = new File();
     $file->setPath('path.txt');
     $this->assertEquals('path.txt', $file->getPath());
 }