googleapis / googleapis/google-cloud-php
[Firestore] Warnings in ConformanceTest.php
Open
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 463
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 145
Description
There are two warnings in the Firestore Conformance Tests that we should look into (since we just released a new major version):
```
PHP Warning: Undefined array key "fieldPaths" in /google-cloud-php/google-cloud-php/Firestore/tests/Unit/ConformanceTest.php on line 193
PHP Warning: foreach() argument must be of type array|object, null given in /google-cloud-php/Firestore/tests/Unit/ConformanceTest.php on line 193
```
Contributor guide
Assessment
This issue has not been assessed yet.