Ejemplo n.º 1
0
 private function then_resource_returns_file_content()
 {
     $this->resource->changeSource($this->fileName);
     $this->assertSame($this->fileContent, $this->resource->getContent());
 }