Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / composer / installers / tests / Composer / Installers / Test / OctoberInstallerTest.php
index fd427cdc3112120867c9100fb5b0a3be3b83c6ae..6e615c772fa2672826c3605c586b12880ff94eae 100644 (file)
@@ -4,8 +4,9 @@ namespace Composer\Installers\Test;
 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 @@ class OctoberInstallerTest extends \PHPUnit_Framework_TestCase
             ),
         );
     }
-}
\ No newline at end of file
+}