示例#1
0
文件: TableTest.php 项目: undera/pwe
 public function testGetRenderedLine()
 {
     $this->object->detect("|| *Pragma*   || *Value*  ||");
     $this->object->getRenderedLine();
 }