Adopt PHP attributes in test classes

This commit is contained in:
Shift
2024-08-06 20:25:21 +00:00
parent b680dab5c9
commit 96241cb67c
8 changed files with 26 additions and 26 deletions
@@ -2,6 +2,7 @@
namespace Tests\Feature\Notifications\Email;
use PHPUnit\Framework\Attributes\Group;
use App\Events\CheckoutableCheckedIn;
use App\Models\Asset;
use App\Models\User;
@@ -9,9 +10,7 @@ use App\Notifications\CheckinAssetNotification;
use Illuminate\Support\Facades\Notification;
use Tests\TestCase;
/**
* @group notifications
*/
#[Group('notifications')]
class EmailNotificationsUponCheckinTest extends TestCase
{
protected function setUp(): void