From 9658c44d7aff07fd5ca22e51b573f309b7c8a22e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 13 Feb 2020 18:53:51 +0100 Subject: [PATCH] fix namespace --- Config/reportLang.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Config/reportLang.php b/Config/reportLang.php index 05ce778..1248a35 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -2006,7 +2006,6 @@ return [ 'phpOMS\tests\Utils\PermutationTest:testIsPermutation' => ['description' => 'Two string can be checked if they are a permutation of each other', 'type' => 'framework'], 'phpOMS\tests\Utils\PermutationTest:testIsPalindrome' => ['description' => 'A string can be checked if it is a palindrome', 'type' => 'framework'], 'phpOMS\tests\Utils\PermutationTest:testPermutate' => ['description' => 'An array can be permuted with a permutation key', 'type' => 'framework'], - 'phpOMS\tests\Utils\PermutationTest:testWrongPermuteParameterType' => ['description' => 'A invalid permutation type throws a InvalidArgumentException', 'type' => 'framework'], 'phpOMS\tests\Utils\PermutationTest:testWrongPermuteKeyLength' => ['description' => 'A none-existing permutation key throws a OutOfBoundsException', 'type' => 'framework'], 'phpOMS\tests\Utils\StringCompareTest' => ['description' => 'String comparison / dictionary', 'type' => 'framework'],