コード例 #1
0
ファイル: ServiceTest.php プロジェクト: Ryan-Nolan/boxbilling
 public function testgetAdminGroupSearchQuery()
 {
     $service = new \Box\Mod\Staff\Service();
     $result = $service->getAdminGroupSearchQuery(array());
     $this->assertInternalType('string', $result[0]);
     $this->assertInternalType('array', $result[1]);
 }