From 7c0033a545cfe3eef6407038daa4a1dee9f38876 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Tue, 23 Jun 2026 14:55:25 +0300 Subject: [PATCH] fix --- tests/ControllerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 5b74e76..8603626 100755 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -7,11 +7,8 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/ControllerTest --coverage-html src/tests/coverage-html */ - namespace Rudra\Controller\Tests; use Rudra\Container\Facades\Session;