X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FtestHelpers.inc;h=16f458bfe6fa94e9e855cb44a5d1d94b1abaecbd;hb=789e8b4676cab8fc728d98ac000d1b36c6f62574;hp=6d3ac2f5cbf5dce16edd8e1e68b4e2f926996d2d;hpb=caa4b54a965117b3aca719fc489b7497a7daff73;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index 6d3ac2f5cb..16f458bfe6 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -695,7 +695,7 @@ class DelayedParserTest { * @throws MWException */ public function unleash( &$parserTest ) { - if ( !( $parserTest instanceof ParserTest || $parserTest instanceof NewParserTest ) ) { + if ( !( $parserTest instanceof ParserTest || $parserTest instanceof NewParserTest ) ) { throw new MWException( __METHOD__ . " must be passed an instance of ParserTest or " . "NewParserTest classes\n" ); }