From a8017f864b5df6aac70b4f19d5df87809ba5c832 Mon Sep 17 00:00:00 2001 From: Samuel NELA Date: Sat, 24 Nov 2018 15:36:06 +0100 Subject: [PATCH] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase --- tests/TestCase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index b7aedf20..418bc92b 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,11 +1,12 @@