X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2FtestHelpers.inc;h=88e5885b4561b1729b4c8a9d040ca090f62bbc91;hb=5b876967a7f49a25c299abb8e3d0ab172f80b164;hp=4c778f6ebc444214e1a282dd32412455b9e426e3;hpb=06434edcbd7b5e81b03c14d7b83dc85b24e5538a;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/testHelpers.inc b/tests/testHelpers.inc index 4c778f6ebc..88e5885b45 100644 --- a/tests/testHelpers.inc +++ b/tests/testHelpers.inc @@ -510,7 +510,7 @@ class TestFileIterator implements Iterator { return true; } - if ( isset ( $this->sectionData[$this->section] ) ) { + if ( isset( $this->sectionData[$this->section] ) ) { throw new MWException( "duplicate section '$this->section' at line {$this->lineNum} of $this->file\n" ); }