diff --git a/.gitignore b/.gitignore index 088f5c9..fcf8e69 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock vendor/ coverage/ .DS_Store +.phpunit.result.cache diff --git a/composer.json b/composer.json index 17f867a..1bdf4d7 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "php": ">=5.5" }, "require-dev": { - "phpunit/phpunit": "^4.8.13", + "phpunit/phpunit": "^8.5", "predis/predis": "1.1.*" }, "autoload": { diff --git a/tests/integration/CacheTest.php b/tests/integration/CacheTest.php index 65e0350..89b023b 100644 --- a/tests/integration/CacheTest.php +++ b/tests/integration/CacheTest.php @@ -1,5 +1,5 @@