From 8e0caa07e56244b38a140f444775d26200f14b93 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Thu, 18 Jun 2026 18:36:15 +0300 Subject: [PATCH] fix --- tests/ControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 249c719..5b74e76 100755 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -8,7 +8,7 @@ * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 * - * phpunit src/tests/ContainerTest --coverage-html src/tests/coverage-html + * phpunit src/tests/ControllerTest --coverage-html src/tests/coverage-html */