From 54ac2166004553ba4fc3921d435bdd7d1c7136be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Tue, 4 Aug 2020 18:43:36 +0200 Subject: [PATCH] Fix file modes and re-add report --- .automation/test/php/php_bad_2.php | 0 .automation/test/php/php_good_2.php | 0 .automation/test/php/reports/expected-PHP_BUILTIN.tap | 0 .../test/php/reports/expected-PHP_PHPCS.tap.ignored | 0 ...ed-PHP_PHPSTAN.tap.ignored => expected-PHP_PHPSTAN.tap} | 7 ++++--- .../test/php/reports/expected-PHP_PSALM.tap.ignored | 0 TEMPLATES/phpcs.xml | 0 TEMPLATES/psalm.xml | 0 dependencies/phive.xml | 0 9 files changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 .automation/test/php/php_bad_2.php mode change 100755 => 100644 .automation/test/php/php_good_2.php mode change 100755 => 100644 .automation/test/php/reports/expected-PHP_BUILTIN.tap mode change 100755 => 100644 .automation/test/php/reports/expected-PHP_PHPCS.tap.ignored rename .automation/test/php/reports/{expected-PHP_PHPSTAN.tap.ignored => expected-PHP_PHPSTAN.tap} (59%) mode change 100755 => 100644 .automation/test/php/reports/expected-PHP_PSALM.tap.ignored mode change 100755 => 100644 TEMPLATES/phpcs.xml mode change 100755 => 100644 TEMPLATES/psalm.xml mode change 100755 => 100644 dependencies/phive.xml diff --git a/.automation/test/php/php_bad_2.php b/.automation/test/php/php_bad_2.php old mode 100755 new mode 100644 diff --git a/.automation/test/php/php_good_2.php b/.automation/test/php/php_good_2.php old mode 100755 new mode 100644 diff --git a/.automation/test/php/reports/expected-PHP_BUILTIN.tap b/.automation/test/php/reports/expected-PHP_BUILTIN.tap old mode 100755 new mode 100644 diff --git a/.automation/test/php/reports/expected-PHP_PHPCS.tap.ignored b/.automation/test/php/reports/expected-PHP_PHPCS.tap.ignored old mode 100755 new mode 100644 diff --git a/.automation/test/php/reports/expected-PHP_PHPSTAN.tap.ignored b/.automation/test/php/reports/expected-PHP_PHPSTAN.tap similarity index 59% rename from .automation/test/php/reports/expected-PHP_PHPSTAN.tap.ignored rename to .automation/test/php/reports/expected-PHP_PHPSTAN.tap index 053f0eb0..03f22dd1 100644 --- a/.automation/test/php/reports/expected-PHP_PHPSTAN.tap.ignored +++ b/.automation/test/php/reports/expected-PHP_PHPSTAN.tap @@ -1,11 +1,12 @@ TAP version 13 -1..3 +1..4 not ok 1 - php_bad_1.php --- message: ------ ---------------------------------------------- \n Line php_bad_1.php \n ------ ---------------------------------------------- \n 3 Invalid numeric literal on line 3 \n 3 Invalid numeric literal on line 3 \n 3 Syntax error, unexpected '=' on line 3 \n 3 Syntax error, unexpected T_LNUMBER on line 3 \n 3 Syntax error, unexpected T_STRING on line 3 \n 3 Syntax error, unexpected T_STRING on line 3 \n ------ ---------------------------------------------- \n\n [ERROR] Found 6 errors \n ... not ok 2 - php_bad_2.php --- - message: ------ ------------------------------------------------------- \n Line php_bad_2.php \n ------ ------------------------------------------------------- \n 5 Syntax error, unexpected EOF, expecting T_VARIABLE or \n T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN on line 5 \n ------ ------------------------------------------------------- \n\n [ERROR] Found 1 error \n + message: ------ ----------------------------------------- \n Line php_bad_2.php \n ------ ----------------------------------------- \n 15 Syntax error, unexpected '}' on line 15 \n ------ ----------------------------------------- \n\n [ERROR] Found 1 error \n ... -ok 3 - php_good_1.php \ No newline at end of file +ok 3 - php_good_1.php +ok 4 - php_good_2.php diff --git a/.automation/test/php/reports/expected-PHP_PSALM.tap.ignored b/.automation/test/php/reports/expected-PHP_PSALM.tap.ignored old mode 100755 new mode 100644 diff --git a/TEMPLATES/phpcs.xml b/TEMPLATES/phpcs.xml old mode 100755 new mode 100644 diff --git a/TEMPLATES/psalm.xml b/TEMPLATES/psalm.xml old mode 100755 new mode 100644 diff --git a/dependencies/phive.xml b/dependencies/phive.xml old mode 100755 new mode 100644