diff --git a/tests/TestConfig.php b/tests/TestConfig.php index dc72087410f..0e51ef8c1a3 100644 --- a/tests/TestConfig.php +++ b/tests/TestConfig.php @@ -27,6 +27,8 @@ public function __construct() $this->use_docblock_types = true; $this->level = 1; $this->cache_directory = null; + $this->ignore_internal_falsable_issues = true; + $this->ignore_internal_nullable_issues = true; $this->base_dir = getcwd() . DIRECTORY_SEPARATOR;