Example #1
0
 public function testAppendFile()
 {
     $path = '/tmp/juriya_test.txt';
     $appendedText = "\n" . 'For file class';
     File::append($path, $appendedText);
 }