diff --git a/tests/TestConfig.php b/tests/TestConfig.php index dc7208741..0e51ef8c1 100644 --- a/tests/TestConfig.php +++ b/tests/TestConfig.php @@ -27,6 +27,8 @@ class TestConfig extends Config $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;