예제 #1
0
 public function testIndentationIsHonored()
 {
     $this->helper->setIndent(4);
     $this->helper->__invoke('foo');
     $string = $this->helper->toString();
     $this->assertContains('    <title>', $string);
 }