Skip to content

Commit

Permalink
Update Tests/DependencyInjection/AbstractDoctrineExtensionTest.php
Browse files Browse the repository at this point in the history
Co-Authored-By: weaverryan <weaverryan+github@gmail.com>
  • Loading branch information
alcaeus and weaverryan committed Apr 1, 2019
1 parent 6f12ed3 commit 77ed9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/DependencyInjection/AbstractDoctrineExtensionTest.php
Expand Up @@ -765,7 +765,7 @@ public function testDbalOracleInstancename()
public function testDbalSchemaFilter()
{
if (method_exists(\Doctrine\DBAL\Configuration::class, 'setSchemaAssetsFilter')) {
$this->markTestSkipped('Test only applies to doctrine/dbal 2.9 or lower');
$this->markTestSkipped('Test only applies to doctrine/dbal 2.8 or lower');
}

$container = $this->loadContainer('dbal_schema_filter');
Expand Down Expand Up @@ -1119,4 +1119,4 @@ public function __invoke($assetName): bool

return $assetName !== $this->tableToIgnore;
}
}
}

0 comments on commit 77ed9d6

Please sign in to comment.