From a0792d86912d3596d7de46b5d2f702c048a25890 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 28 Feb 2018 20:39:16 +0100 Subject: [PATCH] Add more tests --- Config/phpcs.xml | 265 +++++++++++++++++++++++++++-------------------- 1 file changed, 150 insertions(+), 115 deletions(-) diff --git a/Config/phpcs.xml b/Config/phpcs.xml index 285c17c..cd57459 100644 --- a/Config/phpcs.xml +++ b/Config/phpcs.xml @@ -1,116 +1,151 @@ - - - -*.tpl.php -*Routes.php -*ObjLoader.js -*/vendor/* -*/Routes/* - - - - - - - - - - 3 - - - 3 - - - - - - 3 - - - - - - - */tests/* - - - - - - - - - - - *Measurement.php - - - - - - - - - - - 3 - *StringUtils.php - *FinanceFormulas.php - *StockBonds.php - *ExponentialSmoothing.php - - - - - - - - - - - - *Request.php - - - - */tests/* - - - - - - - - 3 - *Pdf.php - *Excel.php - */tests/* - - - - - - - - - - - - - - - - - - - - - - - - *Http.js - - - - + + + +*.tpl.php +*Routes.php +*ObjLoader.js +*/vendor/* +*/Routes/* + + + + + + + + + + + 3 + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + */tests/* + + + + + + + + + + *Measurement.php + + + + + + + + + + + 3 + *StringUtils.php + *FinanceFormulas.php + *StockBonds.php + *ExponentialSmoothing.php + + + + + + + + + + + + + */tests/* + + + + + + + + 3 + *Pdf.php + *Excel.php + */tests/* + + + + + + + + + + + + + + *Request.php + + + + + + + + + + + */tests/* + + + + + + + + + + + + + + + + + *Http.js + + + + \ No newline at end of file