Пример #1
0
 /**
  * @test
  */
 public function testSupportsDisablingCompiler()
 {
     $instance = new TemplateCompiler();
     $instance->disable();
     $this->assertTrue($instance->isDisabled());
 }