Ejemplo n.º 1
0
 public function testCopy()
 {
     $temp = new TempFile();
     $temp->copy('/tmp/phpunit_test_copy');
 }