Skip to content

Commit

Permalink
Move 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Jun 9, 2024
1 parent 9c99728 commit caba4b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php

namespace Payavel\Checkout\Tests\Unit;
namespace Payavel\Checkout\Tests\Unit\Config;

use Payavel\Checkout\Tests\Unit\TestCheckoutGateway;
use Payavel\Orchestration\Tests\Traits\CreatesConfigServiceables;
use Payavel\Orchestration\Tests\Traits\SetsConfigDriver;

class ConfigCheckoutGatewayTest extends TestCheckoutGateway
class CheckoutGatewayTest extends TestCheckoutGateway
{
use CreatesConfigServiceables;
use SetsConfigDriver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?php

namespace Payavel\Checkout\Tests\Unit;
namespace Payavel\Checkout\Tests\Unit\Database;

use Payavel\Checkout\Tests\Unit\TestCheckoutGateway;
use Payavel\Orchestration\Tests\Traits\CreatesDatabaseServiceables;
use Payavel\Orchestration\Tests\Traits\SetsDatabaseDriver;

class DatabaseCheckoutGatewayTest extends TestCheckoutGateway
class CheckoutGatewayTest extends TestCheckoutGateway
{
use CreatesDatabaseServiceables;
use SetsDatabaseDriver;
Expand Down

0 comments on commit caba4b2

Please sign in to comment.