mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Improve test class names
This commit is contained in:
parent
6df8f0f35c
commit
b41902976b
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Tests\Feature\Notifications;
|
||||
|
||||
|
||||
use App\Events\CheckoutableCheckedOut;
|
||||
use App\Models\Accessory;
|
||||
use App\Models\Setting;
|
||||
|
@ -12,7 +11,7 @@ use Illuminate\Notifications\AnonymousNotifiable;
|
|||
use Illuminate\Support\Facades\Notification;
|
||||
use Tests\TestCase;
|
||||
|
||||
class AccessoryCheckoutWebhookNotificationTest extends TestCase
|
||||
class AccessoryWebhookTest extends TestCase
|
||||
{
|
||||
public function testWebhookNotificationsAreSentOnAccessoryCheckoutWhenWebhookSettingEnabled()
|
||||
{
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Facades\Event;
|
|||
use Illuminate\Support\Facades\Notification;
|
||||
use Tests\TestCase;
|
||||
|
||||
class AssetCheckoutWebhookNotificationTest extends TestCase
|
||||
class AssetWebhookTest extends TestCase
|
||||
{
|
||||
public function checkoutTargets()
|
||||
{
|
|
@ -11,7 +11,7 @@ use Illuminate\Notifications\AnonymousNotifiable;
|
|||
use Illuminate\Support\Facades\Notification;
|
||||
use Tests\TestCase;
|
||||
|
||||
class ConsumableCheckoutWebhookNotificationTest extends TestCase
|
||||
class ConsumableWebhookTest extends TestCase
|
||||
{
|
||||
public function testWebhookNotificationsAreSentOnConsumableCheckoutWhenWebhookSettingEnabled()
|
||||
{
|
|
@ -12,7 +12,7 @@ use Illuminate\Notifications\AnonymousNotifiable;
|
|||
use Illuminate\Support\Facades\Notification;
|
||||
use Tests\TestCase;
|
||||
|
||||
class LicenseCheckoutWebhookNotificationTest extends TestCase
|
||||
class LicenseWebhookTest extends TestCase
|
||||
{
|
||||
public function checkoutTargets()
|
||||
{
|
Loading…
Reference in a new issue