Skip to content

Commit b887d8b

Browse files
committed
New PHPUnit versions require testcases to be abstract
1 parent a7e77ff commit b887d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Cmf/Component/Testing/Unit/XmlSchemaTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Symfony\Cmf\Component\Testing\Unit;
1414

15-
class XmlSchemaTestCase extends \PHPUnit_Framework_TestCase
15+
abstract class XmlSchemaTestCase extends \PHPUnit_Framework_TestCase
1616
{
1717
public static function assertSchemaAcceptsXml($xmlDoms, $schemaPath, $message = '')
1818
{

0 commit comments

Comments
 (0)