From 56e45f40ea63808411485c02f408da8646ceafae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Wed, 12 May 2021 16:34:17 +0200 Subject: [PATCH] fix phpunit configs --- phpunit-mssql.xml.dist | 2 -- phpunit-mysql.xml.dist | 2 -- phpunit-oracle.xml.dist | 2 -- phpunit-pgsql.xml.dist | 2 -- phpunit.xml.dist | 2 -- 5 files changed, 10 deletions(-) diff --git a/phpunit-mssql.xml.dist b/phpunit-mssql.xml.dist index de2dabf3a2..9b202f2f92 100644 --- a/phpunit-mssql.xml.dist +++ b/phpunit-mssql.xml.dist @@ -8,7 +8,6 @@ tests - tests-dsql tests-schema @@ -18,7 +17,6 @@ src - src-dsql src-schema diff --git a/phpunit-mysql.xml.dist b/phpunit-mysql.xml.dist index 50a83ee1d9..d728857807 100644 --- a/phpunit-mysql.xml.dist +++ b/phpunit-mysql.xml.dist @@ -8,7 +8,6 @@ tests - tests-dsql tests-schema @@ -18,7 +17,6 @@ src - src-dsql src-schema diff --git a/phpunit-oracle.xml.dist b/phpunit-oracle.xml.dist index 27e73a9456..82141032ea 100644 --- a/phpunit-oracle.xml.dist +++ b/phpunit-oracle.xml.dist @@ -8,7 +8,6 @@ tests - tests-dsql tests-schema @@ -18,7 +17,6 @@ src - src-dsql src-schema diff --git a/phpunit-pgsql.xml.dist b/phpunit-pgsql.xml.dist index 1e9b650f19..97853273e7 100644 --- a/phpunit-pgsql.xml.dist +++ b/phpunit-pgsql.xml.dist @@ -8,7 +8,6 @@ tests - tests-dsql tests-schema @@ -18,7 +17,6 @@ src - src-dsql src-schema diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 736952dcf8..a6a0f4c8ba 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,7 +8,6 @@ tests - tests-dsql tests-schema @@ -18,7 +17,6 @@ src - src-dsql src-schema