We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b67bc commit 418f257Copy full SHA for 418f257
tests/TestCase.php
@@ -28,6 +28,7 @@ protected function tearDown(): void
28
protected function makeGeoIP(array $config = [], $cacheMock = null)
29
{
30
$cacheMock = $cacheMock ?: Mockery::mock(CacheManager::class);
31
+ $cacheMock->shouldReceive('supportsTags')->andReturn(false);
32
33
$config = array_merge($this->getConfig(), $config);
34
0 commit comments