From 14a467ba2470a88bf8298d8cb529f813f84fd8e6 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sat, 11 Nov 2017 02:28:10 -0200 Subject: [PATCH] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase --- composer.json | 2 +- tests/Valitron/BaseTestCase.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e3faef9..9e87dc1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "phpunit/phpunit": "~4.8.35" }, "autoload": { "psr-0": { diff --git a/tests/Valitron/BaseTestCase.php b/tests/Valitron/BaseTestCase.php index fec8efc..ccfc736 100644 --- a/tests/Valitron/BaseTestCase.php +++ b/tests/Valitron/BaseTestCase.php @@ -1,6 +1,8 @@