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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-07 23:06:17 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-07 23:06:17 +0300
commitbbdc4d6a5b728bdcff680b7de66b336dc476828f (patch)
treea9ebbd2c06f2e3a96b77321281978b94ebb05cd1 /codeception.yml
parent812c24e735ede2be70af5d618f5626504e872db7 (diff)
Unit tests for ConfigParser
Diffstat (limited to 'codeception.yml')
-rw-r--r--codeception.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/codeception.yml b/codeception.yml
index b43d5ef3..cfa3519b 100644
--- a/codeception.yml
+++ b/codeception.yml
@@ -23,6 +23,7 @@ coverage:
enabled: true
include:
- appinfo/*.php
+ - config/*
- controller/*
- environment/*
- http/*