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