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:
parent
c91e457c28
commit
c4b1633d78
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user