Home
last modified time | relevance | path

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

/plugin/404manager/_test/
H A Ddokuwiki.test.php68 $this->assertFalse(page_exists(constant_parameters::$PAGE_DOES_NOT_EXIST_ID));
72 $request->get(array('id' => constant_parameters::$PAGE_DOES_NOT_EXIST_ID), '/doku.php');
H A Dconstant_parameters.php18 static $PAGE_DOES_NOT_EXIST_ID; variable in constant_parameters
62 …self::$PAGE_DOES_NOT_EXIST_ID = self::$MANAGER404_NAMESPACE . self::PATH_SEPARATOR . 'page_does_no…