예제 #1
0
파일: FilmTest.php 프로젝트: pachico/voyeur
 /**
  * @covers Pachico\Voyeur\Film::set_filesystem
  */
 public function testSet_filesystem()
 {
     $filesystem = new Filesystem(new Local(TEST_PICTURE_FOLDER));
     $this->_storage->set_filesystem($filesystem);
     $this->assertSame($filesystem, $this->_storage->get_filesystem());
 }