mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 09:48:36 +02:00
move webhook tests into unit tests
This commit is contained in:
parent
b838c87af7
commit
59f4679fd1
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tests\Feature\Webhooks;
|
||||
namespace App\Tests\Unit\Webhooks;
|
||||
|
||||
use App\Jobs\ProcessWebhook;
|
||||
use App\Models\Server;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Tests\Feature\Webhooks;
|
||||
namespace App\Tests\Unit\Webhooks;
|
||||
|
||||
use App\Events\Server\Installed;
|
||||
use App\Jobs\ProcessWebhook;
|
Loading…
x
Reference in New Issue
Block a user