示例#1
0
 public function testTrue()
 {
     $service = new User();
     $service->setDataSource(self::$pdo);
     $service->attendance(1);
 }