Merge "Add method for inspecting module dependency relations"
[lhc/web/wiklou.git] / tests / testHelpers.inc
index 4c778f6..88e5885 100644 (file)
@@ -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" );
                                }