Index: trunk/phase3/tests/testHelpers.inc |
— | — | @@ -428,8 +428,9 @@ |
429 | 429 | $this->sectionData['options'] = ''; |
430 | 430 | } |
431 | 431 | |
432 | | - if ( !isset( $this->sectionData['config'] ) ) |
| 432 | + if ( !isset( $this->sectionData['config'] ) ) { |
433 | 433 | $this->sectionData['config'] = ''; |
| 434 | + } |
434 | 435 | |
435 | 436 | if ( ( ( preg_match( '/\\bdisabled\\b/i', $this->sectionData['options'] ) && !$this->parserTest->runDisabled ) |
436 | 437 | || !preg_match( "/" . $this->parserTest->regex . "/i", $this->sectionData['test'] ) ) ) { |