From 6f90df9545b4f74a4f86d720bec57d54d351cb98 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 10 Oct 2020 12:08:58 +0200 Subject: [PATCH] updating tests by dropping PHPunit 4.6 support --- composer.json | 2 +- composer.lock | 2 +- tst/ConfigurationTest.php | 3 ++- tst/ConfigurationTestGenerator.php | 3 ++- tst/ControllerTest.php | 3 ++- tst/ControllerWithDbTest.php | 1 + tst/Data/DatabaseTest.php | 3 ++- tst/Data/FilesystemTest.php | 3 ++- tst/FilterTest.php | 3 ++- tst/FormatV2Test.php | 3 ++- tst/I18nTest.php | 3 ++- tst/JsonApiTest.php | 3 ++- tst/ModelTest.php | 3 ++- tst/Persistence/PurgeLimiterTest.php | 3 ++- tst/Persistence/ServerSaltTest.php | 3 ++- tst/Persistence/TrafficLimiterTest.php | 3 ++- tst/RequestTest.php | 3 ++- tst/ViewTest.php | 3 ++- tst/Vizhash16x16Test.php | 3 ++- 19 files changed, 35 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 756c0f4c..9d3cd9a5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "yzalis/identicon" : "^2.0.0" }, "require-dev" : { - "phpunit/phpunit" : "^4.6 || ^5 || ^9" + "phpunit/phpunit" : "^5 || ^9" }, "autoload" : { "psr-4" : { diff --git a/composer.lock b/composer.lock index 4a680dbb..7149b7e7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a0e6ddfb640e9d613dfb4bddd578cc94", + "content-hash": "c5e5c4d3d99ae93c94cc75e225aa50f5", "packages": [ { "name": "paragonie/random_compat", diff --git a/tst/ConfigurationTest.php b/tst/ConfigurationTest.php index bb4ce36f..d52027a3 100644 --- a/tst/ConfigurationTest.php +++ b/tst/ConfigurationTest.php @@ -1,8 +1,9 @@