Home
last modified time | relevance | path

Searched refs:thirdHTML (Results 1 – 1 of 1) sorted by relevance

/plugin/include/_test/
H A Dnested_include.test.php26 $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 Content"');
50 $this->assertTrue($this->_matchHeader('1', 'Third Test Page', $thirdHTML), 'Third page header on third page is h1');