示例#1
0
 /**
  * @test
  */
 public function testTouchAlternate()
 {
     $file = new Filesystem();
     $path = static::getTempPath(__FUNCTION__);
     $file->touch($path);
     $this->assertFileExists($path, $file->touchAlternate($path));
 }