Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antimech committed Jul 8, 2023
1 parent 8144087 commit c7c911c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Contributions are **welcome** and will be fully **credited**. We accept contribu
## Running Tests

```bash
$ phpunit
$ composer test tests/Http/Middleware/VerifySignatureTest.php
```


Expand Down
2 changes: 1 addition & 1 deletion tests/Http/Middleware/VerifySignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class VerifySignatureTest extends TestCase
{
public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit c7c911c

Please sign in to comment.