Beispiel #1
0
 public function testPut()
 {
     Filesystem::put(static::$file, 'The is a test content.');
     $this->assertFileExists(static::$file);
 }