Explorar o código

[Finder] fixed some tests that were failing on the CI server

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
76cf89b800

+ 1 - 1
tests/Symfony/Tests/Component/Finder/Iterator/IteratorTestCase.php

@@ -13,7 +13,7 @@ namespace Symfony\Tests\Component\Finder\Iterator;
 
 require_once __DIR__.'/Iterator.php';
 
-class IteratorTestCase extends \PHPUnit_Framework_TestCase
+abstract class IteratorTestCase extends \PHPUnit_Framework_TestCase
 {
     protected function assertIterator($expected, \Iterator $iterator)
     {

+ 1 - 1
tests/Symfony/Tests/Component/Finder/Iterator/RealIteratorTestCase.php

@@ -13,7 +13,7 @@ namespace Symfony\Tests\Component\Finder\Iterator;
 
 require_once __DIR__.'/IteratorTestCase.php';
 
-class RealIteratorTestCase extends IteratorTestCase
+abstract class RealIteratorTestCase extends IteratorTestCase
 {
     static protected $files;