1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Remove code blocks for php <7.2 compatibility (#10417)

This commit is contained in:
Niels Vanpachtenbeke 2022-01-03 17:35:32 +01:00 committed by GitHub
parent e6cfc924f2
commit 1c928466a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 18 additions and 110 deletions

View file

@ -40,10 +40,6 @@ class ClassMapGeneratorTest extends TestCase
*/
public function getTestCreateMapTests()
{
if (PHP_VERSION_ID == 50303) {
$this->markTestSkipped('Test segfaults on travis 5.3.3 due to ClassMap\LongString');
}
$classmap = array(
'Foo\\Bar\\A' => realpath(__DIR__) . '/Fixtures/classmap/sameNsMultipleClasses.php',
'Foo\\Bar\\B' => realpath(__DIR__) . '/Fixtures/classmap/sameNsMultipleClasses.php',