We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143eef2 commit a27370cCopy full SHA for a27370c
1 file changed
tests/Feature/SettingsUpdatedEventTest.php
@@ -11,8 +11,7 @@ class SettingsUpdatedEventTest extends TestCase
11
{
12
use RefreshDatabase;
13
14
- /** @test */
15
- public function it_logs_that_settings_have_been_updated()
+ public function test_it_logs_that_settings_have_been_updated()
16
17
event(new SettingsUpdated(
18
['name' => 'foo', 'title' => 'bar'],
0 commit comments