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 b7d591a commit 7c6a017Copy full SHA for 7c6a017
tests/_support/TestCase.php
@@ -26,6 +26,9 @@ protected function setUp(): void
26
$settings = new Settings($configSettings);
27
Services::injectMock('settings', $settings);
28
29
+ // Load helpers that should be autoloaded
30
+ helper(['auth', 'setting']);
31
+
32
// Ensure from email is available anywhere during Tests
33
helper('setting');
34
setting('Email.fromEmail', 'foo@example.com');
0 commit comments