X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2FtestHelpers.inc;h=88e5885b4561b1729b4c8a9d040ca090f62bbc91;hb=59f06176c3598c9ed46ed4f08317a656f0e82b62;hp=4c778f6ebc444214e1a282dd32412455b9e426e3;hpb=a2e8ecbcf7b403cfdfb155834017bf14662233c2;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" ); }