Skip to content

Commit

Permalink
Support laravel 5.5 to 6.x (spatie#42)
Browse files Browse the repository at this point in the history
* support laravel 5.5 and up to 7.0

* remove laravel 7

* add tests

* testbench version

* phpunit/testbench versions

* fix test for laravel 5.5

* multiple php versions

* Revert "multiple php versions"

This reverts commit dd3cf33

* Revert "multiple php versions"

This reverts commit dd3cf33
  • Loading branch information
veneliniliev authored and jmsfwk committed Mar 6, 2020
1 parent d15abf9 commit 8fe68f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WebhookControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function it_can_work_with_an_alternative_signature_validator()

$this
->postJson('incoming-webhooks', $this->payload, [])
->assertOk();
->assertStatus(200);

config()->set('webhook-client.configs.0.signature_validator', NothingIsValidSignatureValidator::class);
$this->refreshWebhookConfigRepository();
Expand Down

0 comments on commit 8fe68f5

Please sign in to comment.