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