From cd904af1764313b67042885ce34804346d66c45a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 6 May 2025 21:03:53 +0200 Subject: [PATCH] MT#62763 Rename PHP test script to use .php extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When running perlcritic it assumes that any file with a «.t» extension is a Perl test script, even if it contains a shebang with a non-Perl interpreter. Rename the PHP test scripts to avoid tripping over perlcritic. Warned-by: perlcritic Change-Id: I2e274612509289642669247ec5eb6314adf5d963 --- sandbox/{php_api_auth.t => test-api-auth.php} | 0 sandbox/{php_intercept-nusoap.t => test-intercept-nusoap.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sandbox/{php_api_auth.t => test-api-auth.php} (100%) rename sandbox/{php_intercept-nusoap.t => test-intercept-nusoap.php} (100%) diff --git a/sandbox/php_api_auth.t b/sandbox/test-api-auth.php similarity index 100% rename from sandbox/php_api_auth.t rename to sandbox/test-api-auth.php diff --git a/sandbox/php_intercept-nusoap.t b/sandbox/test-intercept-nusoap.php similarity index 100% rename from sandbox/php_intercept-nusoap.t rename to sandbox/test-intercept-nusoap.php