Example #1
0
 public function testVerifyMobilePhone()
 {
     // Ensure the post format is correct
     $this->setExpectedException("LeanCloud\\CloudException", null, 603);
     User::verifyMobilePhone("000000");
 }