X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fdocs%2FExportDemoTest.php;h=b09487a6e853e3c9cab87f5d13b8e76396cef8b9;hb=e1ecdea0b1272a2444547128437507673e19525c;hp=211de261e6fea235f28d8932d7bb81d4cf733199;hpb=b3e457400b48d58725a6a49eb0678743ee646f81;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/docs/ExportDemoTest.php b/tests/phpunit/docs/ExportDemoTest.php index 211de261e6..b09487a6e8 100644 --- a/tests/phpunit/docs/ExportDemoTest.php +++ b/tests/phpunit/docs/ExportDemoTest.php @@ -32,7 +32,7 @@ class ExportDemoTest extends DumpTestCase { try { $this->assertTrue( $dom->schemaValidate( "../../docs/export-" . $version . ".xsd" ), "schemaValidate has found an error" ); - } catch( Exception $e ) { + } catch ( Exception $e ) { $this->fail( "xml not valid against xsd: " . $e->getMessage() ); } }