From ae772b745bb354cbf39943ccb9e8ccd331662863 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Tue, 23 Jun 2026 14:51:29 +0300 Subject: [PATCH] fix --- tests/ConfigFunctionTest.php | 2 -- tests/ContainerTest.php | 2 -- tests/CookieTest.php | 2 -- tests/DataFunctionTest.php | 2 -- tests/RequestTest.php | 2 -- tests/ResponseTest.php | 2 -- tests/RudraTest.php | 2 -- tests/SessionTest.php | 2 -- 8 files changed, 16 deletions(-) diff --git a/tests/ConfigFunctionTest.php b/tests/ConfigFunctionTest.php index d615aa3..fc5c77e 100644 --- a/tests/ConfigFunctionTest.php +++ b/tests/ConfigFunctionTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/ConfigFunctionTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/ContainerTest.php b/tests/ContainerTest.php index 0168f52..67666db 100644 --- a/tests/ContainerTest.php +++ b/tests/ContainerTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/ContainerTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/CookieTest.php b/tests/CookieTest.php index d692b38..b131852 100644 --- a/tests/CookieTest.php +++ b/tests/CookieTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/CookieTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/DataFunctionTest.php b/tests/DataFunctionTest.php index 0956b33..8b39723 100644 --- a/tests/DataFunctionTest.php +++ b/tests/DataFunctionTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/DataFunctionTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/RequestTest.php b/tests/RequestTest.php index f931388..b30a06d 100644 --- a/tests/RequestTest.php +++ b/tests/RequestTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/RequestTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/ResponseTest.php b/tests/ResponseTest.php index f8ff83c..159f1e8 100644 --- a/tests/ResponseTest.php +++ b/tests/ResponseTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/ResponseTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/RudraTest.php b/tests/RudraTest.php index 265e759..fc2bc31 100755 --- a/tests/RudraTest.php +++ b/tests/RudraTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/ContainerTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests; diff --git a/tests/SessionTest.php b/tests/SessionTest.php index 42e0c9f..84653be 100644 --- a/tests/SessionTest.php +++ b/tests/SessionTest.php @@ -7,8 +7,6 @@ * * @author Korotkov Danila (Jagepard) * @license https://mozilla.org/MPL/2.0/ MPL-2.0 - * - * phpunit src/tests/SessionTest --coverage-html src/tests/coverage-html */ namespace Rudra\Container\Tests;