leancloud / php-sdk

LeanCloud PHP SDK
Apache License 2.0
53 stars 23 forks source link

3 个单元测试失败 #217

Closed weakish closed 3 years ago

weakish commented 3 years ago

现在有 3 个单元测试失败:

1) LeanAPITest::testRelationBatchOp
Failed asserting that -1 is equal to expected exception code 301.

2) LeanAPITest::testBatchOperationOnArray
Failed asserting that -1 is equal to expected exception code 301.

3) UserTest::testRequestChangePhoneNumber
Failed asserting that 605 is equal to expected exception code 600.

之前 7 月份(#214)同样的代码跑测试是通过的, 1 也许和最近 api 的改动有关。