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:
parent
e6cfc924f2
commit
1c928466a9
16 changed files with 18 additions and 110 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue