From e6a6c4a24d8782b5c4b8b98895c936e767312e46 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Jun 2020 14:55:03 +0200 Subject: [PATCH] add article affinity analysis test --- Config/reportLang.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index f6e3694..414b65a 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -390,6 +390,9 @@ return [ 'phpOMS\tests\Business\Finance\LorenzkurveTest' => ['description' => 'Lorenz kurve', 'type' => 'framework'], 'phpOMS\tests\Business\Finance\LorenzkurveTest:testGiniCoefficient' => ['description' => 'The gini coefficient calculation is correct', 'type' => 'framework'], + '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\MetricsTest' => ['description' => 'General marketing metrics', 'type' => 'framework'], 'phpOMS\tests\Business\Marketing\MetricsTest:testCustomerRetention' => ['description' => 'Test the correctness of the customer retention calculation', 'type' => 'framework'],