Skip to content

Commit

Permalink
adjust rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 25, 2024
1 parent 1a858c8 commit ea4e82f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/ConditionSqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ea4e82f

Please sign in to comment.