示例#1
0
 /**
  * @test
  */
 public function getUploadFolderPathAfterSetReturnsSetUploadFolderPath()
 {
     $this->subject->setUploadFolderPath('/foo/bar/');
     self::assertSame('/foo/bar/', $this->subject->getUploadFolderPath());
 }