示例#1
0
 public function testZWSID()
 {
     $client = new ZillowClient('xxxxx');
     $this->assertSame('xxxxx', $client->getZWSID());
 }