diff vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php	Fri Feb 23 15:51:18 2018 +0000
+++ b/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php	Fri Feb 23 15:52:07 2018 +0000
@@ -4,8 +4,9 @@
 use Composer\Installers\OctoberInstaller;
 use Composer\Package\Package;
 use Composer\Composer;
+use PHPUnit\Framework\TestCase as BaseTestCase;
 
-class OctoberInstallerTest extends \PHPUnit_Framework_TestCase
+class OctoberInstallerTest extends BaseTestCase
 {
     /**
      * @var OctoberInstaller
@@ -63,4 +64,4 @@
             ),
         );
     }
-}
\ No newline at end of file
+}