From beaa5b093d2f8aa3141b1254075d065279356224 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 10 Nov 2017 03:44:30 -0200 Subject: [PATCH] Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase --- inc/BaseCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/BaseCase.php b/inc/BaseCase.php index 1a10df4a..0d14842c 100644 --- a/inc/BaseCase.php +++ b/inc/BaseCase.php @@ -19,12 +19,12 @@ use PHPCR\NodeInterface; use DateTime; use PHPUnit_Framework_SkippedTestSuiteError; -use PHPUnit_Framework_TestCase; +use PHPUnit\Framework\TestCase; /** * Base class for all phpcr api tests. */ -abstract class BaseCase extends PHPUnit_Framework_TestCase +abstract class BaseCase extends TestCase { /** * Describes the path to the node for this test, used with writing tests.