Skip to content

Commit 6987780

Browse files
committed
Fix namespace include test for changed test data directory
1 parent 36ee349 commit 6987780

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_test/namespace_includes.test.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ public function test_depth() {
119119
//$wikiPages,
120120
);
121121

122+
// page int:editandsavetest exists in DokuWiki after September 2017
123+
if (page_exists('int:editandsavetest')) {
124+
$expected [] = array('id' => 'int:editandsavetest', 'exists' => true, 'parent_id' => '');
125+
}
126+
122127
// Add pages in namespace wiki
123128
$dir = $this->getDirContent(dirname(__FILE__).'/../../../../_test/data/pages/wiki');
124129
$this->assertTrue($dir !== null);

0 commit comments

Comments
 (0)