File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
tests/Feature/Notifications/Email Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1212use Illuminate \Support \Collection ;
1313use Illuminate \Support \Facades \Mail ;
1414use PHPUnit \Framework \Attributes \Group ;
15- use RuntimeException ;
1615use Tests \TestCase ;
1716
1817#[Group('notifications ' )]
@@ -50,8 +49,6 @@ public function test_email_is_sent_to_user()
5049
5150 public function test_email_is_sent_to_location_manager ()
5251 {
53- // todo: migrate this into a data provider?
54-
5552 $ manager = User::factory ()->create ();
5653
5754 $ this ->target = Location::factory ()->for ($ manager , 'manager ' )->create ();
@@ -70,8 +67,6 @@ public function test_email_is_sent_to_location_manager()
7067
7168 public function test_email_is_sent_to_user_asset_is_checked_out_to ()
7269 {
73- // todo: migrate this into a data provider?
74-
7570 $ user = User::factory ()->create ();
7671
7772 $ this ->target = Asset::factory ()->assignedToUser ($ user )->create ();
You can’t perform that action at this time.
0 commit comments