Skip to content

Commit

Permalink
Do no writing when saving parser cache in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Sep 14, 2020
1 parent e472600 commit 51924c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Internal/Provider/FakeParserCacheProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ public function loadExistingFileContentsFromCache(string $file_path): ?string
public function cacheFileContents(string $file_path, string $file_contents): void
{
}

public function saveFileContentHashes(): void
{
}
}

0 comments on commit 51924c9

Please sign in to comment.