Mercurial > hg > isophonics-drupal-site
comparison vendor/composer/installers/tests/Composer/Installers/Test/TestCase.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 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
15 use Composer\Package\Version\VersionParser; | 15 use Composer\Package\Version\VersionParser; |
16 use Composer\Package\Package; | 16 use Composer\Package\Package; |
17 use Composer\Package\AliasPackage; | 17 use Composer\Package\AliasPackage; |
18 use Composer\Package\LinkConstraint\VersionConstraint; | 18 use Composer\Package\LinkConstraint\VersionConstraint; |
19 use Composer\Util\Filesystem; | 19 use Composer\Util\Filesystem; |
20 use PHPUnit\Framework\TestCase as BaseTestCase; | |
20 | 21 |
21 abstract class TestCase extends \PHPUnit_Framework_TestCase | 22 abstract class TestCase extends BaseTestCase |
22 { | 23 { |
23 private static $parser; | 24 private static $parser; |
24 | 25 |
25 protected static function getVersionParser() | 26 protected static function getVersionParser() |
26 { | 27 { |