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 54da911 commit e4a95fdCopy full SHA for e4a95fd
tests/Unit/Jobs/UpdateSiteTest.php
@@ -116,6 +116,7 @@ function ($method) use ($responses) {
116
$siteMock->method('getConnectionAttribute')->willReturn($connectionMock);
117
$siteMock->method('getFrontendStatus')->willReturn(200);
118
$siteMock->id = 1;
119
+ $siteMock->url = "http://example.org";
120
121
return $siteMock;
122
}
0 commit comments