Skip to content

Commit

Permalink
More tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisurun committed Jun 27, 2022
1 parent d6ba20b commit 8cd5692
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21 deletions.
4 changes: 2 additions & 2 deletions tests/CheckCardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests;

use Tests\Base\ThreeDSecureTwoTests;
use PHPUnit\Framework\TestCase;
use Tests\Builders\CheckCardBuilder;
use Tests\Helpers\AssertionHelper;
use Tests\Helpers\ConfigHelper;

class CheckCardTest extends ThreeDSecureTwoTests
class CheckCardTest extends TestCase
{
protected function getBuilder()
{
Expand Down
4 changes: 2 additions & 2 deletions tests/PaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

namespace Tests;

use PHPUnit\Framework\TestCase;
use PHPUnit_Framework_Assert as Assert;
use Tests\Base\ThreeDSecureTwoTests;
use Tests\Builders\CardPaymentBuilder;
use Tests\Builders\GetTransactionBuilder;
use Tests\Helpers\AssertionHelper;
use Tests\Helpers\ConfigHelper;

class PaymentTest extends ThreeDSecureTwoTests
class PaymentTest extends TestCase
{
protected function getBuilder()
{
Expand Down
14 changes: 0 additions & 14 deletions tests/PreauthTest.php

This file was deleted.

4 changes: 2 additions & 2 deletions tests/RegisterCardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Tests;

use Tests\Base\ThreeDSecureTwoTests;
use PHPUnit\Framework\TestCase;
use Tests\Builders\RegisterCardBuilder;
use Tests\Helpers\AssertionHelper;
use Tests\Helpers\ConfigHelper;

class RegisterCardTest extends ThreeDSecureTwoTests
class RegisterCardTest extends TestCase
{
protected function getBuilder()
{
Expand Down
1 change: 0 additions & 1 deletion tests/WebPaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use PHPUnit\Framework\TestCase;
use Tests\Builders\CardPaymentBuilder;
use Tests\Builders\GetTransactionBuilder;
use Tests\Builders\WebPayments\PaymentBuilder;
use Tests\Helpers\AssertionHelper;
use Tests\Helpers\ConfigHelper;
Expand Down

0 comments on commit 8cd5692

Please sign in to comment.