From cd6afe2d718e831726bad3977ac5f1b590e228c6 Mon Sep 17 00:00:00 2001 From: Test Date: Fri, 5 Jun 2020 22:52:07 +0200 Subject: [PATCH] Update test codebase. --- tests/PluginTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/PluginTest.php b/tests/PluginTest.php index 1f51c40..2f499af 100644 --- a/tests/PluginTest.php +++ b/tests/PluginTest.php @@ -3,11 +3,12 @@ namespace DrupalComposer\DrupalL10n\Tests; use Composer\Util\Filesystem; +use PHPUnit\Framework\TestCase; /** * Tests composer plugin functionality. */ -class PluginTest extends \PHPUnit_Framework_TestCase { +class PluginTest extends TestCase { /** * A file system object.