From 42ce397e1364acbdc4f9ef09d7686aea898c31e3 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 11 Jan 2023 16:27:56 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05608=20-=20Fix=20event=20service=20unit?= =?UTF-8?q?=20tests=20suite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php-unit-tests/phpunit.xml.dist | 3 --- .../{service => sources/application/Service}/EventTest.php | 0 2 files changed, 3 deletions(-) rename tests/php-unit-tests/unitary-tests/{service => sources/application/Service}/EventTest.php (100%) diff --git a/tests/php-unit-tests/phpunit.xml.dist b/tests/php-unit-tests/phpunit.xml.dist index decaa61d4..832aef8c7 100644 --- a/tests/php-unit-tests/phpunit.xml.dist +++ b/tests/php-unit-tests/phpunit.xml.dist @@ -67,9 +67,6 @@ integration-tests - - service - diff --git a/tests/php-unit-tests/unitary-tests/service/EventTest.php b/tests/php-unit-tests/unitary-tests/sources/application/Service/EventTest.php similarity index 100% rename from tests/php-unit-tests/unitary-tests/service/EventTest.php rename to tests/php-unit-tests/unitary-tests/sources/application/Service/EventTest.php