Skip to content

Commit

Permalink
Merge pull request #10252 from creative-commoners/pulls/4.10/fix-test
Browse files Browse the repository at this point in the history
MNT Add void return to EmailTest setup
  • Loading branch information
michalkleiner authored Mar 8, 2022
2 parents 59800b5 + 6fb67a4 commit a007794
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 a007794

Please sign in to comment.