Example #1
0
 /**
  * @covers Corgi\File\File::getNodeType
  * @depends testTouch
  */
 public function testGetNodeType()
 {
     $file = new File($this->fullTestFilePath);
     $file->touch();
     $this->assertEquals($file->getNodeType(), $file->getNodeType());
 }