]> git.mxchange.org Git - friendica.git/commitdiff
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 c0a5c7b8dfc81370c46931055f3959f76a8cd24e..525c9372f514cefb42f18f5a4400447ee1d0aeef 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.