You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some unit test use method "self::assertInternalType(...)" for check type of result.
This method is deprecated in PHPUnit 8 and removed in PHPUnit 9. See and use instead
Bug Report
After commit #166
Summary
Some unit test use method "self::assertInternalType(...)" for check type of result.
This method is deprecated in PHPUnit 8 and removed in PHPUnit 9.
See and use instead
Current behavior
Totally 4 usages in
Example of test output for TESTS_LAMINAS_DB_ADAPTER_DRIVER_OCI8
How to reproduce
Run tests and see result.
Expected behavior
All tests is pass.
The text was updated successfully, but these errors were encountered: