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