X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2Fxmp%2FXMPTest.php;h=514e6cdddc868f10d63c301deec2dc37546b74d7;hb=03cd9495a4dac1c1cda738d52e74b553b977beb8;hp=9291eb6b00dc3ec786ca14149362b1997f32142a;hpb=2c8f7978df47f338ee6e245e3efba6175ba425e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/xmp/XMPTest.php b/tests/phpunit/includes/libs/xmp/XMPTest.php index 9291eb6b00..514e6cdddc 100644 --- a/tests/phpunit/includes/libs/xmp/XMPTest.php +++ b/tests/phpunit/includes/libs/xmp/XMPTest.php @@ -4,7 +4,7 @@ * @group Media * @covers XMPReader */ -class XMPTest extends PHPUnit_Framework_TestCase { +class XMPTest extends PHPUnit_Framework_TestCase { protected function setUp() { parent::setUp(); @@ -181,7 +181,6 @@ class XMPTest extends PHPUnit_Framework_TestCase { * @covers XMPReader::checkParseSafety */ public function testCheckParseSafety() { - // Test for detection $xmpPath = __DIR__ . '/../../../data/xmp/'; $file = fopen( $xmpPath . 'doctype-included.xmp', 'rb' );