From a174a6747f0b5379dc11042d309a37c06d662a3b Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 3 Dec 2020 15:53:03 -0500 Subject: [PATCH] Update phpunit config --- build/phpunit.xml | 66 ++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 35 deletions(-) diff --git a/build/phpunit.xml b/build/phpunit.xml index 97f3bb2..dec3ac4 100644 --- a/build/phpunit.xml +++ b/build/phpunit.xml @@ -1,36 +1,32 @@ - - - - ./../src/ - - - - - ./../tests/CoreTest.php - ./../tests/ConnectionManagerTest.php - ./../tests/QueryParserTest.php - - - ./../tests/Drivers/MySQL/ - - - ./../tests/Drivers/PgSQL/ - - - ./../tests/Drivers/SQLite/ - - - - - - - - - \ No newline at end of file + + + + ./../src/ + + + + + + + + + + ./../tests/CoreTest.php + ./../tests/ConnectionManagerTest.php + ./../tests/QueryParserTest.php + + + ./../tests/Drivers/MySQL/ + + + ./../tests/Drivers/PgSQL/ + + + ./../tests/Drivers/SQLite/ + + + + + +