File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818class ImpersonatableSessionGuardTest extends TestCase
1919{
2020 #[Test]
21- public function it_is_impersonatable (): void
21+ public function it_can_impersonate (): void
2222 {
2323 Event::fake ();
2424
@@ -52,7 +52,7 @@ public function it_is_impersonatable(): void
5252 }
5353
5454 #[Test]
55- public function it_is_impersonatable_with_original_user (): void
55+ public function it_can_impersonate_with_original_user (): void
5656 {
5757 Event::fake ();
5858
@@ -95,7 +95,7 @@ public function it_is_impersonatable_with_original_user(): void
9595 }
9696
9797 #[Test]
98- public function it_exit_impersonation (): void
98+ public function it_can_exit_impersonation (): void
9999 {
100100 Event::fake ();
101101
@@ -128,7 +128,7 @@ public function it_exit_impersonation(): void
128128 }
129129
130130 #[Test]
131- public function it_exit_impersonation_with_original_user (): void
131+ public function it_can_exit_impersonation_with_original_user (): void
132132 {
133133 Event::fake ();
134134
You can’t perform that action at this time.
0 commit comments