add test comment

This commit is contained in:
Dennis Eichhorn 2019-11-03 23:14:15 +01:00
parent 6184966594
commit b130c0af88

View File

@ -308,6 +308,7 @@ return [
'phpOMS\tests\Config\OptionsTraitTest:testDefault' => ['description' => 'The option helper has the expected default values after initialization'],
'phpOMS\tests\Config\OptionsTraitTest:testAdd' => ['description' => 'Options can be added to the helper'],
'phpOMS\tests\Config\OptionsTraitTest:testAddMultiple' => ['description' => 'Multiple options can be added to the helper in one go'],
'phpOMS\tests\Config\OptionsTraitTest:testGetMultiple' => ['description' => 'Multiple options can be retrieved'],
'phpOMS\tests\Config\OptionsTraitTest:testOverwrite' => ['description' => 'Options can be overwritten/changed'],
'phpOMS\tests\DataStorage\Cache\CachePoolTest' => ['description' => 'Pool for caches'],