Exemplo n.º 1
0
 public function testNestedCommentHandlingGetSet()
 {
     $cmp = new Dwoo_Compiler();
     $this->assertEquals(false, $cmp->getNestedCommentsHandling());
     $cmp->setNestedCommentsHandling(true);
     $this->assertEquals(true, $cmp->getNestedCommentsHandling());
 }