From ea4e82faedb59469d1cae6ce5cfe4f24c73d7039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Thu, 25 Apr 2024 13:04:15 +0200 Subject: [PATCH] adjust rebase --- tests/ConditionSqlTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/ConditionSqlTest.php b/tests/ConditionSqlTest.php index 34b5b574c..13711d93f 100644 --- a/tests/ConditionSqlTest.php +++ b/tests/ConditionSqlTest.php @@ -12,7 +12,6 @@ use Doctrine\DBAL\Platforms\MySQLPlatform; use Doctrine\DBAL\Platforms\OraclePlatform; use Doctrine\DBAL\Platforms\PostgreSQLPlatform; -use Doctrine\DBAL\Platforms\SQLitePlatform; use Doctrine\DBAL\Platforms\SQLServerPlatform; use PHPUnit\Framework\Attributes\DataProviderExternal; @@ -545,12 +544,6 @@ public function testLikeCondition(string $type, bool $isBinary): void return $res; }; - if ($this->getDatabasePlatform() instanceof SQLitePlatform && ($type === 'binary' || $type === 'blob')) { - self::assertTrue(true); // @phpstan-ignore-line - - return; // TODO - } - if ($this->getDatabasePlatform() instanceof PostgreSQLPlatform && ($type === 'binary' || $type === 'blob')) { self::assertTrue(true); // @phpstan-ignore-line