From 2942d64d4fbae0cfedab05b8518b4403c4fb8926 Mon Sep 17 00:00:00 2001 From: Brooke Date: Fri, 19 Feb 2021 15:35:53 -0800 Subject: Update Travis.yaml to support newer PHP versions (#3459) * Update Travis * Drop Older PHP Versions Drops PHP 7.1 and 7.3 from tests. Also updates Translations to use PHP 7.4 instead of 7.3 * Update Test Class Names to Fix Warnings This updates the Class name for 'CategoryTest', `passwordUtilTest.php`, and `MigratorTest.php` --- tests/app/Utils/passwordUtilTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Utils/passwordUtilTest.php') diff --git a/tests/app/Utils/passwordUtilTest.php b/tests/app/Utils/passwordUtilTest.php index 90c05004f..ddccb784f 100644 --- a/tests/app/Utils/passwordUtilTest.php +++ b/tests/app/Utils/passwordUtilTest.php @@ -1,6 +1,6 @@