mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix 5.3.3 build
This commit is contained in:
parent
e73448ae1e
commit
b2173d28fc
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ class ClassMapGeneratorTest extends \PHPUnit_Framework_TestCase
|
|||
|
||||
public function getTestCreateMapTests()
|
||||
{
|
||||
if (PHP_VERSION_ID == 50303) {
|
||||
$this->markTestSkipped('Test segfaults on travis 5.3.3 due to ClassMap\LongString');
|
||||
}
|
||||
|
||||
$data = array(
|
||||
array(__DIR__.'/Fixtures/Namespaced', array(
|
||||
'Namespaced\\Bar' => realpath(__DIR__).'/Fixtures/Namespaced/Bar.inc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue