From 6450dd2310013b6704072f64ab944ecd49561ca5 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 18 Jan 2021 10:06:46 +0900 Subject: [PATCH] chore: work around for `Cannot declare class Config\App, because the name is already in use` https://github.com/codeigniter4/CodeIgniter4/issues/4114 --- phpunit.xml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 931d658..0b313ea 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,6 +6,7 @@ ./app/Views + ./app/Config/App.php ./app/Config/Routes.php