From cce28d09be27006a12654f5cc5aeff7927eb0618 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Tue, 11 Feb 2020 12:26:02 +0100 Subject: Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554) --- tests/PHPUnit/Unit/DeprecatedMethodsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/Unit/DeprecatedMethodsTest.php') diff --git a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php index 64330aab8e..d1d38fb454 100644 --- a/tests/PHPUnit/Unit/DeprecatedMethodsTest.php +++ b/tests/PHPUnit/Unit/DeprecatedMethodsTest.php @@ -16,7 +16,7 @@ use ReflectionClass; * @group DeprecatedMethodsTest * @group Core */ -class DeprecatedMethodsTest extends \PHPUnit_Framework_TestCase +class DeprecatedMethodsTest extends \PHPUnit\Framework\TestCase { public function test_deprecations() { -- cgit v1.2.3