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
$ phpunit tests/Doctrine/Tests/DBAL/Driver/OCI8/OCI8StatementTest.php
PHPUnit 8.4.1 by Sebastian Bergmann and contributors.
FF...
Time: 64 ms, Memory: 8.00 MB
There were 2 failures:
1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value'))
Failed asserting that exception of type "TypeError" matches expected exception "Doctrine\DBAL\Driver\OCI8\OCI8Exception". Message was: "oci_execute() expects parameter 1 to be resource, null given" at
lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:396
tests/Doctrine/Tests/DBAL/Driver/OCI8/OCI8StatementTest.php:81
.
2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value'))
Failed asserting that exception of type "TypeError" matches expected exception "Doctrine\DBAL\Driver\OCI8\OCI8Exception". Message was: "oci_execute() expects parameter 1 to be resource, null given" at
lib/Doctrine/DBAL/Driver/OCI8/OCI8Statement.php:396
tests/Doctrine/Tests/DBAL/Driver/OCI8/OCI8StatementTest.php:81
.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: