Home
last modified time | relevance | path

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

/plugin/tag/_test/
Dtopic_and_tagrefine.test.php89 * @param string $msg_prefix A prefix that is prepended to all messages
91 private function hasPages($expected, $actual, $msg_prefix = '') { argument
100 … $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
104 …$this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the re…