Skip to content

Commit

Permalink
Fix condition in PostgreSQL only test
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Aug 18, 2022
1 parent 94e0164 commit 4f558bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Functional/Ticket/DBAL168Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ class DBAL168Test extends FunctionalTestCase
{
public function testDomainsTable(): void
{
if ($this->connection->getDatabasePlatform() instanceof PostgreSQLPlatform) {
self::markTestSkipped('PostgreSQL only test');
}

$table = new Table('domains');
$table->addColumn('id', 'integer');
$table->addColumn('parent_id', 'integer');
Expand Down

0 comments on commit 4f558bb

Please sign in to comment.