Example #1
0
 public function testRenderDoesNotSetLibrary()
 {
     $view = new MailWithoutRender();
     $file = new File(compact('view'));
     $params = $file->invokeMethod('_render', array('element', 'foo'));
     extract($params);
     $this->assertFalse(isset($options['library']));
 }