From 77804ba2e01843f95c9cfa84c1f662e4d012b3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20S=C3=B8gaard?= Date: Sun, 25 Oct 2020 11:55:32 +0100 Subject: [PATCH 1/2] Make tests compatible with psr-4 --- composer.json | 2 +- tests/Query/BuilderTest.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e3c3341c77..246f8846df 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ }, "autoload-dev": { "psr-4": { - "Tests\\": "tests", + "Tests\\": "tests/", "Foo\\Bar\\": "tests/fixtures/Addon" } } diff --git a/tests/Query/BuilderTest.php b/tests/Query/BuilderTest.php index 11da821975..ffd6c316cf 100644 --- a/tests/Query/BuilderTest.php +++ b/tests/Query/BuilderTest.php @@ -1,10 +1,12 @@ Date: Mon, 26 Oct 2020 18:14:40 +0100 Subject: [PATCH 2/2] Undo change --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 246f8846df..e3c3341c77 100644 --- a/composer.json +++ b/composer.json @@ -62,7 +62,7 @@ }, "autoload-dev": { "psr-4": { - "Tests\\": "tests/", + "Tests\\": "tests", "Foo\\Bar\\": "tests/fixtures/Addon" } }