We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f2a8a commit ef50333Copy full SHA for ef50333
tests/_support/TestCase.php
@@ -30,7 +30,6 @@ protected function setUp(): void
30
helper(['auth', 'setting']);
31
32
// Ensure from email is available anywhere during Tests
33
- helper('setting');
34
setting('Email.fromEmail', 'foo@example.com');
35
setting('Email.fromName', 'John Smith');
36
0 commit comments