Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-12-21 16:56:45 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-12-21 17:10:30 +0300
commit59f438592424bd86354196ff01efb9bf5d2c3734 (patch)
treec4eb65f12a05efe029b92bac1426022ba29a9648 /test/doctum-config.php
parent6547fab3a219ef39fe618ea37876be02d68eea8f (diff)
Upgrade Doctum to ^5.3.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'test/doctum-config.php')
-rw-r--r--test/doctum-config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/doctum-config.php b/test/doctum-config.php
index 1980895128..4298e1506e 100644
--- a/test/doctum-config.php
+++ b/test/doctum-config.php
@@ -19,6 +19,7 @@ return new Doctum($iterator, [
'title' => json_decode(file_get_contents($root . 'composer.json'))->description,
'build_dir' => $root . 'build/apidocs/',
'cache_dir' => $root . 'tmp/',
+ 'source_dir' => $root . '/',
'version' => 'master',
'remote_repository' => new GitHubRemoteRepository('phpmyadmin/phpmyadmin', $root),
]);