diff --git a/tests/cases/Db/SQLite3/TestStatement.php b/tests/cases/Db/TestStatement.php similarity index 100% rename from tests/cases/Db/SQLite3/TestStatement.php rename to tests/cases/Db/TestStatement.php diff --git a/tests/phpunit.xml b/tests/phpunit.xml index fb2e5ab..f2a4967 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -46,13 +46,12 @@ cases/Db/TestResultAggregate.php cases/Db/TestResultEmpty.php cases/Db/TestResult.php + cases/Db/TestStatement.php - cases/Db/SQLite3/TestStatement.php cases/Db/SQLite3/TestCreation.php cases/Db/SQLite3/TestDriver.php cases/Db/SQLite3/TestUpdate.php - cases/Db/SQLite3PDO/TestStatement.php cases/Db/SQLite3PDO/TestCreation.php cases/Db/SQLite3PDO/TestDriver.php cases/Db/SQLite3PDO/TestUpdate.php