コード例 #1
0
 public function testListLocal()
 {
     $pn = new Catapult\PhoneNumbers();
     $numbers = $pn->listLocal();
     $this->assertTrue(sizeof($numbers) > 0);
 }