/**
  * @test
  */
 public function testSetCompilableSetsProperty()
 {
     $this->parsingState->setCompilable(FALSE);
     $this->assertAttributeEquals(FALSE, 'compilable', $this->parsingState);
 }