Skip to content

Commit

Permalink
Test classes reorganization.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Mar 28, 2021
1 parent 2fc6a29 commit 53f085d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/Http/Controllers/SpaControllerTest.php
Expand Up @@ -24,15 +24,12 @@
use LastDragon_ru\LaraASP\Testing\Providers\Unknown;
use LastDragon_ru\LaraASP\Testing\Responses\JsonResponse;
use LastDragon_ru\LaraASP\Testing\Responses\Laravel\Json\OkResponse;
use LastDragon_ru\LaraASP\Testing\Utils\WithTestData;

/**
* @internal
* @coversDefaultClass \LastDragon_ru\LaraASP\Spa\Http\Controllers\SpaController
*/
class SpaControllerTest extends TestCase {
use WithTestData;

// <editor-fold desc="Prepare">
// =========================================================================
/**
Expand Down
3 changes: 0 additions & 3 deletions src/Testing/Http/Resources/PaginatedCollectionTest.php
Expand Up @@ -3,7 +3,6 @@
namespace LastDragon_ru\LaraASP\Spa\Testing\Http\Resources;

use LastDragon_ru\LaraASP\Testing\Constraints\Json\JsonMatchesSchema;
use LastDragon_ru\LaraASP\Testing\Utils\WithTestData;
use PHPUnit\Framework\ExpectationFailedException;
use PHPUnit\Framework\TestCase;

Expand All @@ -12,8 +11,6 @@
* @coversDefaultClass \LastDragon_ru\LaraASP\Spa\Testing\Http\Resources\PaginatedCollection
*/
class PaginatedCollectionTest extends TestCase {
use WithTestData;

// <editor-fold desc="Tests">
// =========================================================================
/**
Expand Down
3 changes: 0 additions & 3 deletions src/Testing/Http/Resources/ResourceCollectionTest.php
Expand Up @@ -3,7 +3,6 @@
namespace LastDragon_ru\LaraASP\Spa\Testing\Http\Resources;

use LastDragon_ru\LaraASP\Testing\Constraints\Json\JsonMatchesSchema;
use LastDragon_ru\LaraASP\Testing\Utils\WithTestData;
use PHPUnit\Framework\ExpectationFailedException;
use PHPUnit\Framework\TestCase;

Expand All @@ -12,8 +11,6 @@
* @coversDefaultClass \LastDragon_ru\LaraASP\Spa\Testing\Http\Resources\ResourceCollection
*/
class ResourceCollectionTest extends TestCase {
use WithTestData;

// <editor-fold desc="Tests">
// =========================================================================
/**
Expand Down

0 comments on commit 53f085d

Please sign in to comment.