mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Add group annotation for tests
This commit is contained in:
parent
03b7891edc
commit
551354b1bb
|
@ -18,6 +18,9 @@ use Tests\Support\AssertsAgainstSlackNotifications;
|
||||||
use Tests\Support\InteractsWithSettings;
|
use Tests\Support\InteractsWithSettings;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group notifications
|
||||||
|
*/
|
||||||
class SlackNotificationsUponCheckinTest extends TestCase
|
class SlackNotificationsUponCheckinTest extends TestCase
|
||||||
{
|
{
|
||||||
use AssertsAgainstSlackNotifications;
|
use AssertsAgainstSlackNotifications;
|
||||||
|
|
|
@ -20,6 +20,9 @@ use Tests\Support\AssertsAgainstSlackNotifications;
|
||||||
use Tests\Support\InteractsWithSettings;
|
use Tests\Support\InteractsWithSettings;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group notifications
|
||||||
|
*/
|
||||||
class SlackNotificationsUponCheckoutTest extends TestCase
|
class SlackNotificationsUponCheckoutTest extends TestCase
|
||||||
{
|
{
|
||||||
use AssertsAgainstSlackNotifications;
|
use AssertsAgainstSlackNotifications;
|
||||||
|
|
Loading…
Reference in a new issue