Skip to content

Commit

Permalink
tests: remove unused property from functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Jan 15, 2025
1 parent 988d466 commit ec2c571
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions tests/Functional/AkbankPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class AkbankPosTest extends TestCase
/** @var \Mews\Pos\Gateways\AkbankPos */
private PosInterface $recurringPos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down
2 changes: 0 additions & 2 deletions tests/Functional/EstV3PosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class EstV3PosTest extends TestCase
/** @var EstV3Pos */
private PosInterface $pos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down
2 changes: 0 additions & 2 deletions tests/Functional/GarantiPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class GarantiPosTest extends TestCase
/** @var GarantiPos */
private PosInterface $pos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down
2 changes: 0 additions & 2 deletions tests/Functional/KuveytPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class KuveytPosTest extends TestCase
/** @var \Mews\Pos\Gateways\KuveytPos */
private PosInterface $pos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down
2 changes: 0 additions & 2 deletions tests/Functional/PayForPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class PayForPosTest extends TestCase
/** @var PayForPos */
private PosInterface $pos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down
2 changes: 0 additions & 2 deletions tests/Functional/ToslaPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class ToslaPosTest extends TestCase
/** @var ToslaPos */
private PosInterface $pos;

private array $lastResponse;

protected function setUp(): void
{
parent::setUp();
Expand Down

0 comments on commit ec2c571

Please sign in to comment.