From dea3cf66857a280751936cb4f54bf30d4df5bb09 Mon Sep 17 00:00:00 2001 From: dam-bal Date: Fri, 6 Dec 2024 12:45:31 +0100 Subject: [PATCH] updates --- composer.json | 2 +- tests/TestClassTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2a70e41..a9f5919 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "autoload-dev": { "psr-4": { - "VendorOrProject\\Tests\\": "tests/" + "Tests\\VendorOrProject\\": "tests/" } }, "require": { diff --git a/tests/TestClassTest.php b/tests/TestClassTest.php index 27e384c..b86b6fc 100644 --- a/tests/TestClassTest.php +++ b/tests/TestClassTest.php @@ -1,6 +1,6 @@