Beispiel #1
0
 /**
  *
  */
 public function testCreateFileNotExisting()
 {
     $file = new File(__DIR__ . '/../dummy.txt');
     $this->assertTrue($file->create());
     $file->remove();
 }