Skip to content

Commit

Permalink
Issue doctrine#950: Update to current phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilson-cee committed Feb 14, 2019
1 parent 58a2d96 commit 507fb71
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -3,8 +3,9 @@
namespace Doctrine\Tests\DBAL\Schema;

use Doctrine\DBAL\DriverManager;
use PHPUnit\Framework\TestCase;

class PostgreSqlListTableForeignKeysTest extends \PHPUnit_Framework_TestCase
class PostgreSqlListTableForeignKeysTest extends TestCase
{
private $testDatabaseName = 'test_pgsql_db';
private $connectionParameters = [
Expand Down Expand Up @@ -50,4 +51,4 @@ protected function tearDown()
$connection = DriverManager::getConnection($this->connectionParameters);
$connection->getSchemaManager()->dropDatabase($this->testDatabaseName);
}
}
}

0 comments on commit 507fb71

Please sign in to comment.