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