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 c00fc42 commit db06d33Copy full SHA for db06d33
tests/phpbu/Log/WebhookTest.php
@@ -95,7 +95,7 @@ public function testPostDefaultJsonSuccess()
95
$phpbuEndEvent = $this->createMock(\phpbu\App\Event\App\End::class);
96
$phpbuEndEvent->method('getResult')->willReturn($result);
97
98
- $uri = PHPBU_TEST_FILES . '/misc/webhook.fake.uri';
+ $uri = 'file://' . PHPBU_TEST_FILES . '/misc/webhook.fake.uri';
99
$json = new Webhook();
100
$json->setup(['uri' => $uri, 'contentType' => 'application/json', 'method' => 'post']);
101
0 commit comments