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 925fe55 commit 6a6366aCopy full SHA for 6a6366a
tests/Unit/Jobs/CheckSiteHealthTest.php
@@ -84,6 +84,7 @@ function () use ($healthMock) {
84
$siteMock->id = 1;
85
$siteMock->url = "http://example.org";
86
$siteMock->cms_version = "1.0.0";
87
+ $siteMock->update_requirement_state = true;
88
89
return $siteMock;
90
}
0 commit comments