From 97dd029ad08ef8816549988fb89c55815cdd410a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 23 Feb 2020 22:57:19 +0100 Subject: [PATCH] add test --- Config/reportLang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index 2fb5b3d..a1a5383 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -2306,6 +2306,7 @@ return [ 'Modules\tests\Helper\Models\TemplateTest' => ['description' => 'Template model', 'type' => 'module'], 'Modules\tests\Helper\Models\TemplateTest:testDefault' => ['description' => 'The model has the expected default values after initialization', 'type' => 'module'], + 'Modules\tests\Helper\Models\TemplateTest:testUnitInputOutput' => ['description' => 'The unit can be set and returned correctly', 'type' => 'module'], 'Modules\tests\Helper\Models\TemplateTest:testCreatedByInputOutput' => ['description' => 'The creator can be set and returned correctly', 'type' => 'module'], 'Modules\tests\Helper\Models\TemplateTest:testNameInputOutput' => ['description' => 'The title can be set and returned correctly', 'type' => 'module'], 'Modules\tests\Helper\Models\TemplateTest:testStatusInputOutput' => ['description' => 'The status can be set and returned correctly', 'type' => 'module'],