Commit a90a4c50 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Fix bug in testsuite where extending from another test causes those tests to be skipped.

parent 88b5d3d1
......@@ -4,7 +4,7 @@ namespace Doctrine\Tests\DBAL\Platforms;
use Doctrine\DBAL\Platforms\PostgreSQL92Platform;
class PostgreSQL92PlatformTest extends PostgreSqlPlatformTest
class PostgreSQL92PlatformTest extends AbstractPostgreSqlPlatformTestCase
{
/**
* {@inheritdoc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment