mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
670b3b0e14
commit
3008068b4e
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ use Illuminate\Support\Str;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use Tests\Feature\Api\ActionTestCase;
|
use Tests\Feature\Api\ActionTestCase;
|
||||||
|
|
||||||
class HostingSubscriptionCreateTest extends ActionTestCase
|
class AHostingSubscriptionCreateTest extends ActionTestCase
|
||||||
{
|
{
|
||||||
function test_route_contains_middleware()
|
function test_route_contains_middleware()
|
||||||
{
|
{
|
|
@ -13,7 +13,7 @@ use Illuminate\Support\Facades\Artisan;
|
||||||
use Illuminate\Support\Facades\Storage;
|
use Illuminate\Support\Facades\Storage;
|
||||||
use Tests\Feature\Api\ActionTestCase;
|
use Tests\Feature\Api\ActionTestCase;
|
||||||
|
|
||||||
class BackupTest extends ActionTestCase
|
class ZBackupTest extends ActionTestCase
|
||||||
{
|
{
|
||||||
public function testFullBackup()
|
public function testFullBackup()
|
||||||
{
|
{
|
|
@ -19,7 +19,7 @@ use Illuminate\Support\Facades\Schema;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
use Tests\Feature\Api\ActionTestCase;
|
use Tests\Feature\Api\ActionTestCase;
|
||||||
|
|
||||||
class HostingSubscriptionBackupTest extends ActionTestCase
|
class ZHostingSubscriptionBackupTest extends ActionTestCase
|
||||||
{
|
{
|
||||||
public function testFullBackup()
|
public function testFullBackup()
|
||||||
{
|
{
|
Loading…
Reference in a new issue