Skip to content

Commit

Permalink
update tests for latest PHP 8.1 MySQL PDO changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 14, 2021
1 parent 7da735a commit 9c822fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cases/integration/result.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
namespace NextrasTests\Dbal;


use Nextras\Dbal\Drivers\PdoMysql\PdoMysqlDriver;
use Nextras\Dbal\Drivers\PdoPgsql\PdoPgsqlDriver;
use Nextras\Dbal\Drivers\Sqlsrv\SqlsrvDriver;
use Nextras\Dbal\Exception\InvalidArgumentException;
Expand Down Expand Up @@ -50,7 +49,6 @@ class ResultIntegrationTest extends IntegrationTestCase
if (
$this->connection->getDriver() instanceof SqlsrvDriver
|| $this->connection->getDriver() instanceof PdoPgsqlDriver
|| $this->connection->getDriver() instanceof PdoMysqlDriver && version_compare(PHP_VERSION, '8.1.0-RC1') >= 0
) {
Assert::same(2, $follower->tag_id);
Assert::same(2, $follower->author_id);
Expand Down

0 comments on commit 9c822fe

Please sign in to comment.