add test dox

This commit is contained in:
Dennis Eichhorn 2020-04-25 11:02:48 +02:00
parent cfb3bb3ee8
commit d4e1d17bf2

View File

@ -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'],