Apply fixes from StyleCI
This commit is contained in:
@@ -26,6 +26,7 @@ class ComponentStatusWasChangedEventTest extends AbstractComponentEventTestCase
|
||||
{
|
||||
use DatabaseMigrations;
|
||||
use InteractsWithMail;
|
||||
|
||||
public function testComponentUpdateEmailWasSent()
|
||||
{
|
||||
$user = factory('CachetHQ\Cachet\Models\User')->create();
|
||||
|
||||
@@ -137,7 +137,8 @@ class MailTest extends AbstractTestCase
|
||||
]);
|
||||
|
||||
Notification::assertSentTo(
|
||||
[$subscriber], NewIncidentNotification::class
|
||||
[$subscriber],
|
||||
NewIncidentNotification::class
|
||||
);
|
||||
}
|
||||
|
||||
@@ -161,7 +162,8 @@ class MailTest extends AbstractTestCase
|
||||
]);
|
||||
|
||||
Notification::assertNotSentTo(
|
||||
[$subscriber], NewIncidentNotification::class
|
||||
[$subscriber],
|
||||
NewIncidentNotification::class
|
||||
);
|
||||
}
|
||||
|
||||
@@ -184,7 +186,8 @@ class MailTest extends AbstractTestCase
|
||||
]);
|
||||
|
||||
Notification::assertSentTo(
|
||||
[$subscriber], IncidentUpdatedNotification::class
|
||||
[$subscriber],
|
||||
IncidentUpdatedNotification::class
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user