From b4e7bbf50413bc94ae1bc36c8de9f89e7f1f8012 Mon Sep 17 00:00:00 2001 From: Rob Allen Date: Fri, 22 Feb 2019 07:41:43 +0000 Subject: [PATCH] Rename HeaderFunctions.php to PhpFunctionOverrides.php --- composer.json | 2 +- tests/Assets/{HeaderFunctions.php => PhpFunctionOverrides.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/Assets/{HeaderFunctions.php => PhpFunctionOverrides.php} (100%) diff --git a/composer.json b/composer.json index db3a11a97..ca85d580d 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ }, "autoload-dev": { "files": [ - "tests/Assets/HeaderFunctions.php" + "tests/Assets/PhpFunctionOverrides.php" ] }, "scripts": { diff --git a/tests/Assets/HeaderFunctions.php b/tests/Assets/PhpFunctionOverrides.php similarity index 100% rename from tests/Assets/HeaderFunctions.php rename to tests/Assets/PhpFunctionOverrides.php