From 93e1d48902eaa0edbd44ea03cc549d954be85dad Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 13 Sep 2020 20:37:49 +0200 Subject: [PATCH] add test --- Config/reportLang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index c65845e..d8a707a 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -392,6 +392,7 @@ return [ 'phpOMS\tests\Business\Marketing\ArticleCorrelationAffinityTest' => ['description' => 'Article affinity/correlation', 'type' => 'framework'], 'phpOMS\tests\Business\Marketing\ArticleCorrelationAffinityTest:testAffinity' => ['description' => 'The highest affinities between articles purchased are calculated correctly', 'type' => 'framework'], + 'phpOMS\tests\Business\Marketing\ArticleCorrelationAffinityTest:testInvalidItemAffinity' => ['description' => 'The affinity of a new article is empty', 'type' => 'framework'], 'pphpOMS\tests\Business\Marketing\CustomerValueTest' => ['description' => 'Customer value', 'type' => 'framework'], 'pphpOMS\tests\Business\Marketing\CustomerValueTest:testSimpleCLV' => ['description' => 'The simple customer life time value is correctly calculated', 'type' => 'framework'],