mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
update to new test report generator
This commit is contained in:
parent
84a47fbe46
commit
4f0ea3c9bd
|
|
@ -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'],
|
||||
|
|
|
|||
2
setup.sh
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user