Beispiel #1
0
 /**
  * @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());
 }