-
-
src/Lunr/Gravity/Database/MySQL/MySQLConnection.php (Diff revision 1) can't this be fixed with a mock to offsetExists? Not sure but I remember issues with offsetGet vs offsetExists before.
-
src/Lunr/Vortex/PAP/Tests/PAPResponseSuccessTest.php (Diff revision 1) Doesn't this test something different?
[Gravity/Sphere/Vortex] Fixes for PHP 7.2.
Review Request #537 — Created Dec. 12, 2017 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
2cbb149... | |
Reviewers | |
lunr | |
Apparently, PHP 5.6 not having TypeError is not a problem, since the respective code is never executed. No clue what the deal with empty() not working for $this->configuration['db']['ro_host'] is. For some reason empty() makes it return NULL.
Unit tests on 7.2 and 5.6