File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ public function setUp(): void
5959
6060 }
6161
62- /** @test */
63- public function it_can_send_an_sms_notification (): void
62+ public function test_it_can_send_an_sms_notification (): void
6463 {
6564 $ user = new User ();
6665
@@ -71,8 +70,7 @@ public function it_can_send_an_sms_notification(): void
7170 Notification::assertSentTo ([$ user ], TestNotification::class);
7271 }
7372
74- /** @test */
75- public function it_can_send_an_sms_via_twilio (): void
73+ public function test_it_can_send_an_sms_via_twilio (): void
7674 {
7775 $ this ->app ['config ' ]->set ('sms.default ' , 'twilio ' );
7876
@@ -87,8 +85,7 @@ public function it_can_send_an_sms_via_twilio(): void
8785 });
8886 }
8987
90- /** @test */
91- public function it_can_send_an_sms_via_dhiraagu (): void
88+ public function test_it_can_send_an_sms_via_dhiraagu (): void
9289 {
9390 $ this ->app ['config ' ]->set ('sms.default ' , 'dhiraagu ' );
9491
You can’t perform that action at this time.
0 commit comments