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 fd7120c commit 7fdc919Copy full SHA for 7fdc919
tests/TestCase.php
@@ -37,7 +37,7 @@ protected function setUp(): void
37
$uses = array_flip(class_uses_recursive(static::class));
38
39
if ($this->shouldFakeVersion) {
40
- \Facades\Statamic\Version::shouldReceive('get')->andReturn('3.0.0-testing');
+ \Facades\Statamic\Version::shouldReceive('get')->zeroOrMoreTimes()->andReturn('3.0.0-testing');
41
$this->addToAssertionCount(-1); // Dont want to assert this
42
}
43
0 commit comments