Explorar o código

Fix 5.3.3 build

Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
b2173d28fc
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/Composer/Test/Autoload/ClassMapGeneratorTest.php

+ 4 - 0
tests/Composer/Test/Autoload/ClassMapGeneratorTest.php

@@ -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',