[ticket/12284] Fix functional test for extension manager changes

PHPBB3-12284
This commit is contained in:
Matt Friedman 2014-03-17 13:23:42 -07:00
parent e46e3111e2
commit 9d2381cf3d

View file

@ -70,7 +70,7 @@ class phpbb_functional_metadata_manager_test extends phpbb_functional_test_case
// Details should be html escaped
// However, text() only returns the displayed text, so HTML Special Chars are decoded.
// So we test this directly on the content of the response.
$this->assertContains('<p id="require_php">&gt;=5.3</p>', $this->get_content());
$this->assertContains('<span id="require_php">&gt;=5.3</span>', $this->get_content());
}
public function test_extensions_details_notexists()