1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Add cache dir nulling back

This commit is contained in:
Matt Brown 2016-12-14 12:58:56 -05:00
parent c91e457c28
commit c4b1633d78

View File

@ -20,6 +20,7 @@ class JsonOutputTest extends PHPUnit_Framework_TestCase
$config = new TestConfig();
$config->throw_exception = false;
$config->cache_directory = null;
$config->stop_on_first_error = false;
}