From 135c202d1741ac886111fed2dd53e21c9f7ab308 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Wed, 3 Jun 2026 09:10:30 +0300 Subject: [PATCH] fix --- tests/AuthTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AuthTest.php b/tests/AuthTest.php index 356cab4..58ccd97 100755 --- a/tests/AuthTest.php +++ b/tests/AuthTest.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/AuthTest --coverage-html src/tests/coverage-html */ namespace Rudra\Auth\Tests;