mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Do no writing when saving parser cache in tests
This commit is contained in:
parent
270f9de20a
commit
5e6b158dd9
@ -29,4 +29,8 @@ class FakeParserCacheProvider extends \Psalm\Internal\Provider\ParserCacheProvid
|
||||
public function cacheFileContents(string $file_path, string $file_contents): void
|
||||
{
|
||||
}
|
||||
|
||||
public function saveFileContentHashes(): void
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user