Example #1
0
 /**
  * @covers PhCompile\Template\Template::getScope
  */
 public function testGetDefaultScope()
 {
     $this->assertInstanceOf('PhCompile\\Scope', $this->template->getScope());
 }