mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Add notification group
This commit is contained in:
@@ -7,8 +7,10 @@ use App\Mail\CheckoutAssetMail;
|
||||
use App\Models\Asset;
|
||||
use App\Models\User;
|
||||
use Illuminate\Support\Facades\Mail;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\TestCase;
|
||||
|
||||
#[Group('notifications')]
|
||||
class BulkCheckoutEmailTest extends TestCase
|
||||
{
|
||||
private $assets;
|
||||
|
||||
@@ -6,8 +6,10 @@ use App\Models\Asset;
|
||||
use App\Models\User;
|
||||
use App\Notifications\CheckoutAssetNotification;
|
||||
use Illuminate\Support\Facades\Notification;
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use Tests\TestCase;
|
||||
|
||||
#[Group('notifications')]
|
||||
class WebhookNotificationsUponBulkAssetCheckoutTest extends TestCase
|
||||
{
|
||||
public function test_webbook_is_sent_upon_bulk_asset_checkout()
|
||||
|
||||
Reference in New Issue
Block a user