mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MNT Add void return to EmailTest setup
This commit is contained in:
parent
59800b5879
commit
6fb67a4b47
@ -24,8 +24,7 @@ use Swift_RfcComplianceException;
|
||||
|
||||
class EmailTest extends SapphireTest
|
||||
{
|
||||
|
||||
protected function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Director::config()->set('alternate_base_url', 'http://www.mysite.com/');
|
||||
|
Loading…
Reference in New Issue
Block a user