Example #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testCopyContentFromFileException()
 {
     $file = new File();
     $file->copyContentFromFile('');
 }