예제 #1
0
 /**
  * @test
  */
 public function it_reads_a_file()
 {
     $file = new FileUtility();
     $this->assertEmpty($file->read(uniqid()));
     $this->assertNotEmpty($file->read(__FILE__));
 }