Skip to content

Commit 418f257

Browse files
committed
Update Mocked object
1 parent 66b67bc commit 418f257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ protected function tearDown(): void
2828
protected function makeGeoIP(array $config = [], $cacheMock = null)
2929
{
3030
$cacheMock = $cacheMock ?: Mockery::mock(CacheManager::class);
31+
$cacheMock->shouldReceive('supportsTags')->andReturn(false);
3132

3233
$config = array_merge($this->getConfig(), $config);
3334

0 commit comments

Comments
 (0)