From a571095e11e3cf08a0abfb4bc0eb67902f08f421 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Tue, 10 May 2022 00:08:33 +0200 Subject: [PATCH] Remove ./ from phpunit config files --- phpunit-mysql.xml | 8 ++++---- phpunit.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/phpunit-mysql.xml b/phpunit-mysql.xml index 4559de37..8f900663 100644 --- a/phpunit-mysql.xml +++ b/phpunit-mysql.xml @@ -14,18 +14,18 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> - ./app + app - ./tests/Unit + tests/Unit - ./tests/Feature + tests/Feature - ./tests/Api/v1 + tests/Api/v1 diff --git a/phpunit.xml b/phpunit.xml index 65acb5ba..53844474 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -14,18 +14,18 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> - ./app + app - ./tests/Unit + tests/Unit - ./tests/Feature + tests/Feature - ./tests/Api/v1 + tests/Api/v1