示例#1
0
 public function test_getTableName()
 {
     $func = function () use($a) {
         echo 'Hello world!';
     };
     $this->assertEquals(BILLING_DB_PMDB . '.flow', Flow::getTableName());
 }