From 636590a6c91beb7000cdbf9cf5a0b987b16b9806 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 20 Nov 2020 10:35:34 +0545 Subject: [PATCH] Add tests dir to the code that is checked by phan --- .phan/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.phan/config.php b/.phan/config.php index ed2421a39084..ef9c22f237c3 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -28,7 +28,8 @@ 'lib', 'ocs', 'ocs-provider', - 'settings' + 'settings', + 'tests' ], 'exclude_file_list' => [ @@ -104,4 +105,4 @@ 'parent_constructor_required' => [ ], -]; \ No newline at end of file +];