Searched refs:secondHTML (Results 1 – 1 of 1) sorted by relevance
| /plugin/include/_test/ |
| H A D | nested_include.test.php | 25 $secondHTML = p_wiki_xhtml('test:plugin_include:nested:second'); 27 $this->_validateContent($mainHTML, $secondHTML, $thirdHTML); 33 $secondHTML = p_wiki_xhtml('test:plugin_include:nested:second'); 35 $this->_validateContent($mainHTML, $secondHTML, $thirdHTML); 38 private function _validateContent($mainHTML, $secondHTML, $thirdHTML) { argument 45 …$this->assertTrue(strpos($secondHTML, 'Second Content') !== false, 'Second content contains "Secon… 46 …$this->assertTrue($this->_matchHeader('1', 'Second Test Page', $secondHTML), 'Second page header o… 47 …$this->assertTrue(strpos($secondHTML, 'Third Content') !== false, 'Second content contains "Third … 48 …$this->assertTrue($this->_matchHeader('2', 'Third Test Page', $secondHTML), 'Third page header on …
|