public function testGetTabulationFormatted()
 {
     $code = new PhpClass();
     $code->setTabulation(4);
     $this->assertEquals('    ', $code->getTabulationFormatted());
 }