From d4e1d17bf22adbb87a41484c934088a4a6106308 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 25 Apr 2020 11:02:48 +0200 Subject: [PATCH] add test dox --- Config/reportLang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index 1f5c870..0e39f76 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -2139,6 +2139,7 @@ return [ 'phpOMS\tests\Views\ViewTest' => ['description' => 'View for response rendering', 'type' => 'framework'], 'phpOMS\tests\Views\ViewTest:testDefault' => ['description' => 'The view has the expected default values after initialization', 'type' => 'framework'], + 'phpOMS\tests\Views\ViewTest:testHasData' => ['description' => 'The view data can be checked for existance', 'type' => 'framework'], 'phpOMS\tests\Views\ViewTest:testGetText' => ['description' => 'The view can output text from the localization manager', 'type' => 'framework'], 'phpOMS\tests\Views\ViewTest:testGetHtml' => ['description' => 'The view can output html escaped text from the localization manager', 'type' => 'framework'], 'phpOMS\tests\Views\ViewTest:testGetNumeric' => ['description' => 'The numeric value can be printed based on the localization', 'type' => 'framework'],