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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phan-config.php')
-rw-r--r--tests/phan-config.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/phan-config.php b/tests/phan-config.php
new file mode 100644
index 00000000..f2d8657f
--- /dev/null
+++ b/tests/phan-config.php
@@ -0,0 +1,11 @@
+<?php
+
+return [
+ 'directory_list' => [
+ 'lib/',
+ 'vendor/',
+ ],
+ "exclude_analysis_directory_list" => [
+ 'vendor/',
+ ],
+];