Skip to content

Commit

Permalink
phpunit update
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 26, 2019
1 parent 2e8180c commit 1e95f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion tests/MailViewerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class MailViewerTest extends BaseTestCase
{
protected $packageUrl;

public function setUp()
public function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 1e95f02

Please sign in to comment.