Skip to content

Commit

Permalink
MNT Add void return to EmailTest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Mar 8, 2022
1 parent 59800b5 commit 6fb67a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/php/Control/Email/EmailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@

class EmailTest extends SapphireTest
{

protected function setUp()
protected function setUp(): void
{
parent::setUp();
Director::config()->set('alternate_base_url', 'http://www.mysite.com/');
Expand Down

0 comments on commit 6fb67a4

Please sign in to comment.