Searched refs:thirdHTML (Results 1 – 1 of 1) sorted by relevance
| /plugin/include/_test/ |
| H A D | nested_include.test.php | 26 $thirdHTML = p_wiki_xhtml('test:plugin_include:nested:third'); 27 $this->_validateContent($mainHTML, $secondHTML, $thirdHTML); 32 $thirdHTML = p_wiki_xhtml('test:plugin_include:nested:third'); 35 $this->_validateContent($mainHTML, $secondHTML, $thirdHTML); 38 private function _validateContent($mainHTML, $secondHTML, $thirdHTML) { argument 49 …$this->assertTrue(strpos($thirdHTML, 'Third Content') !== false, 'Third content contains "Third Co… 50 …$this->assertTrue($this->_matchHeader('1', 'Third Test Page', $thirdHTML), 'Third page header on t…
|