From 3be7a195cb2485ebf7e2583e6fd0c77dc4808d6e Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Sat, 2 Sep 2017 22:58:27 +0200 Subject: [PATCH] Don't analyse dependency tests --- .phan/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.phan/config.php b/.phan/config.php index c9f5e278..785e9df7 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -36,4 +36,6 @@ return [ ], 'skip_slow_php_options_warning' => true, + + 'exclude_file_regex' => '@^vendor/.*/(tests|Tests)/@', ];