Example #1
0
 /**
  *   Test fix_php_brackets()
  */
 public function testFix_php_brackets()
 {
     $tg = new TraxGenerator();
     $this->assertEquals($tg->fix_php_brackets('< ?php foo ? >'), '<?php foo ?>');
 }