示例#1
0
 /**
  * @test
  */
 public function setEntry_success()
 {
     $key = '/path/file.txt';
     $this->target->setEntry($key, 'content');
     $this->assertEquals('content', $this->fileSystem->getContent($this->target->getFilePath($key)));
 }