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:
authorkorelstar <korelstar@users.noreply.github.com>2020-02-19 23:35:19 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-02-20 10:21:45 +0300
commit70e77ed35ddf3c03044a13af6846fd4fc7ddb28e (patch)
tree8006b5159393070f849ae4a44d86d6cd030bf911 /tests/phan-config.php
parent63e53e696ec0dd9e76b4d6b659d4203d0ada7c3c (diff)
refactoring maintenance
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/',
+ ],
+];