mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Add group tag for new test case
This commit is contained in:
parent
07c5264b41
commit
02f6aa6161
|
@ -10,6 +10,9 @@ use Illuminate\Support\Facades\Notification;
|
||||||
use Tests\Support\InteractsWithSettings;
|
use Tests\Support\InteractsWithSettings;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group notifications
|
||||||
|
*/
|
||||||
class EmailNotificationsUponCheckinTest extends TestCase
|
class EmailNotificationsUponCheckinTest extends TestCase
|
||||||
{
|
{
|
||||||
use InteractsWithSettings;
|
use InteractsWithSettings;
|
||||||
|
|
Loading…
Reference in a new issue