Remove unused class import in DatabaseTest
authorPierre Rudloff <contact@rudloff.pro>
Wed, 16 May 2018 11:08:17 +0000 (13:08 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Wed, 16 May 2018 11:08:17 +0000 (13:08 +0200)
tests/DatabaseTest.php

index c0a5c7b..525c937 100644 (file)
@@ -11,7 +11,6 @@ use PHPUnit_Extensions_Database_DB_IDatabaseConnection;
 use PHPUnit\DbUnit\DataSet\YamlDataSet;
 use PHPUnit\DbUnit\TestCaseTrait;
 use PHPUnit\Framework\TestCase;
-use PDO;
 
 /**
  * Abstract class used by tests that need a database.