Skip to content

Commit

Permalink
Merge pull request #3 from andrey-helldar/analysis-Vr3Bp3
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Aug 6, 2021
2 parents 86af6b5 + 381684a commit 73ab845
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/DriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ class DriverTest extends TestCase

protected $model = RequestPayment::class;

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

$this->runSeeders();
}

public function testStart()
{
$response = $this->driver()->start();
Expand Down Expand Up @@ -81,13 +88,6 @@ public function testRefund()
$this->assertSame('CANCELED', $response->getStatus());
}

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

$this->runSeeders();
}

protected function driver(): DriverContract
{
$model = $this->payment();
Expand Down

0 comments on commit 73ab845

Please sign in to comment.