From a7bca09bf457d709eaef5899dfd8e99dcc7d213d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 8 Jun 2022 15:32:41 +0900 Subject: [PATCH] Comment fix in phpunit test file --- test/phpUnitTests/DotEnvTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpUnitTests/DotEnvTest.php b/test/phpUnitTests/DotEnvTest.php index f87ceb6..49c45f3 100644 --- a/test/phpUnitTests/DotEnvTest.php +++ b/test/phpUnitTests/DotEnvTest.php @@ -7,7 +7,7 @@ namespace tests; use PHPUnit\Framework\TestCase; /** - * Test class for ACL\Login + * Test class for DotEnv * @coversDefaultClass \gullevek\DotEnv * @testdox \gullevek\DotEnv method tests */