From 00b9749032f939afa3ba047068b6d9064399bb47 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 14 Jun 2020 12:20:48 +0200 Subject: [PATCH] add pagerank test --- Config/reportLang.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config/reportLang.php b/Config/reportLang.php index f065906..c282163 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -397,6 +397,10 @@ return [ 'phpOMS\tests\Business\Marketing\NetPromoterScoreTest:testDefault' => ['description' => 'The net promoter has the expected default values after initialization', 'type' => 'framework'], 'phpOMS\tests\Business\Marketing\NetPromoterScoreTest:testScoreDetractorPassivePromotor' => ['description' => 'The net promoter score, detractors, passives and promoters are correct', 'type' => 'framework'], + 'phpOMS\tests\Business\Marketing\PageRankTest' => ['description' => 'Page rank algorithm', 'type' => 'framework'], + 'phpOMS\tests\Business\Marketing\PageRankTest:testPageRank' => ['description' => 'Test the correctness of the page rank algorithm', 'type' => 'framework'], + 'phpOMS\tests\Business\Marketing\PageRankTest:testPageRankCustomDampingAndStart' => ['description' => 'Test the correctness of the page rank algorithm with custom damping and starting values', 'type' => 'framework'], + 'phpOMS\tests\Business\Programming\MetricsTest' => ['description' => 'General programming metrics', 'type' => 'framework'], 'phpOMS\tests\Business\Programming\MetricsTest:testABCMetric' => ['description' => 'Test correctness of the ABC calculation', 'type' => 'framework'], 'phpOMS\tests\Business\Programming\MetricsTest:testCRAPMetric' => ['description' => 'Test correctness of CRAP score', 'type' => 'framework'],