예제 #1
0
 public function testget_contacts()
 {
     $aCase = new aCase();
     $result = $aCase->get_contacts();
     $this->assertTrue(is_array($result));
 }