Exemplo n.º 1
0
 /**
  * @covers Corgi\File\File::contents
  * @depends testTouch
  */
 public function testGetContents()
 {
     $file = new File($this->fullTestFilePath);
     $this->assertInstanceOf('\\Corgi\\File\\ContentManagers\\FileContents', $file->contents());
 }