Example #1
0
 public function testBadHelper()
 {
     $file = new File();
     $this->expectException('Mail helper `foo` not found.');
     $helper = $file->helper('foo');
 }