Example #1
0
 public function testInlineScriptReturnsObjectInstance()
 {
     $placeholder = $this->helper->__invoke();
     $this->assertTrue($placeholder instanceof Helper\InlineScript);
 }