Author: Nicola Pietroluongo (nik.longstone@gmail.com)
Inheritance: extends RuntimeException, implements FileExceptionInterface
Example #1
0
 public function testFileNotFoundException()
 {
     $e = new FileNotFoundException('file.txt');
     $this->assertEquals('The file "file.txt" does not exist', $e->getMessage(), 'A message should be generated');
 }