From 6bd724519b3d3175ba660c23ee2e5a626ce92cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Mon, 3 Aug 2020 21:50:30 +0200 Subject: [PATCH] Remove old PHP report --- .automation/test/php/reports/expected-PHP.tap | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .automation/test/php/reports/expected-PHP.tap diff --git a/.automation/test/php/reports/expected-PHP.tap b/.automation/test/php/reports/expected-PHP.tap deleted file mode 100644 index 652ad276..00000000 --- a/.automation/test/php/reports/expected-PHP.tap +++ /dev/null @@ -1,11 +0,0 @@ -TAP version 13 -1..3 -not ok 1 - php_bad_1.php - --- - message: PHP Parse error syntax error, unexpected 'pe98y' (T_STRING) in /tmp/lint/.automation/test/php/php_bad_1.php on line 3\nErrors parsing /tmp/lint/.automation/test/php/php_bad_1.php\n - ... -not ok 2 - php_bad_2.php - --- - message: PHP Parse error syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in /tmp/lint/.automation/test/php/php_bad_2.php on line 5\nErrors parsing /tmp/lint/.automation/test/php/php_bad_2.php\n - ... -ok 3 - php_good_1.php