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 +];