From 4f0ea3c9bdf5d7517119b0243c3997edcb416b0a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 17 May 2019 23:40:22 +0200 Subject: [PATCH] update to new test report generator --- Config/reportLang.php | 10 +++++----- setup.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Config/reportLang.php b/Config/reportLang.php index 0d897cb..26abc3a 100644 --- a/Config/reportLang.php +++ b/Config/reportLang.php @@ -102,11 +102,11 @@ return [ 'phpOMS\tests\Auth\AuthTest:testAuthWithEmptyHttpSession' => ['description' => 'The default http session doesn\'t authenticate an account'], 'phpOMS\Business\Finance\DepreciationTest' => ['description' => 'Depreciation calculations'], - 'phpOMS\Business\Finance\DepreciationTest:testStraightLine' => ['description' => 'The straight line deprecition and reverse value calculations are correct'], - 'phpOMS\Business\Finance\DepreciationTest:testArithmeticDegressivDepreciation' => ['description' => 'The arithmetic degressiv deprecition and reverse value calculations are correct'], - 'phpOMS\Business\Finance\DepreciationTest:testArithmeticProgressivDepreciation' => ['description' => 'The arithmetic progressiv deprecition and reverse value calculations are correct'], - 'phpOMS\Business\Finance\DepreciationTest:testGeometricProgressivDepreciation' => ['description' => 'The geometric progressiv deprecition and reverse value calculations are correct'], - 'phpOMS\Business\Finance\DepreciationTest:testGeometricDegressivDepreciation' => ['description' => 'The geometric degressiv deprecition and reverse value calculations are correct'], + 'phpOMS\Business\Finance\DepreciationTest:testStraightLine' => ['description' => 'The straight line depreciation and reverse value calculations are correct'], + 'phpOMS\Business\Finance\DepreciationTest:testArithmeticDegressivDepreciation' => ['description' => 'The arithmetic degressiv depreciation and reverse value calculations are correct'], + 'phpOMS\Business\Finance\DepreciationTest:testArithmeticProgressivDepreciation' => ['description' => 'The arithmetic progressiv depreciation and reverse value calculations are correct'], + 'phpOMS\Business\Finance\DepreciationTest:testGeometricProgressivDepreciation' => ['description' => 'The geometric progressiv depreciation and reverse value calculations are correct'], + 'phpOMS\Business\Finance\DepreciationTest:testGeometricDegressivDepreciation' => ['description' => 'The geometric degressiv depreciation and reverse value calculations are correct'], 'phpOMS\Business\Finance\FinanceFormulasTest' => ['description' => 'Finance formulas'], 'phpOMS\Business\Finance\FinanceFormulasTest:testAnnualPercentageYield' => ['description' => 'The annual percentage yield (APY) and reverse value calculations are correct'], diff --git a/setup.sh b/setup.sh index 2790e70..d3555a8 100755 --- a/setup.sh +++ b/setup.sh @@ -106,7 +106,7 @@ wget -nc https://github.com/Halleck45/PhpMetrics/raw/master/build/phpmetrics.pha #wget -nc http://static.pdepend.org/php/latest/pdepend.phar wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz wget -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar -wget -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.0.1-beta/testreportgenerator.phar +wget -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc1/testreportgenerator.phar wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar wget -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar wget -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.13.1/php-cs-fixer.phar