Add group annotation for tests

This commit is contained in:
Marcus Moore 2024-02-27 18:05:18 -08:00
parent 03b7891edc
commit 551354b1bb
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,9 @@ use Tests\Support\AssertsAgainstSlackNotifications;
use Tests\Support\InteractsWithSettings;
use Tests\TestCase;
/**
* @group notifications
*/
class SlackNotificationsUponCheckinTest extends TestCase
{
use AssertsAgainstSlackNotifications;

View file

@ -20,6 +20,9 @@ use Tests\Support\AssertsAgainstSlackNotifications;
use Tests\Support\InteractsWithSettings;
use Tests\TestCase;
/**
* @group notifications
*/
class SlackNotificationsUponCheckoutTest extends TestCase
{
use AssertsAgainstSlackNotifications;