Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from duffelhq/rename-tests
Browse files Browse the repository at this point in the history
Rename test classes to match filenames
  • Loading branch information
sgerrand authored Apr 29, 2022
2 parents 5fb5f4b + c29a69a commit 466aaf4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/Duffel/Api/AbstractApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Http\Mock\Client as MockClient;
use PHPUnit\Framework\TestCase;

class TestAbstractApi extends TestCase {
class AbstractApiTest extends TestCase {
private $builder;
private $client;
private $mock;
Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/AircraftTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestAircraft extends TestCase {
class AircraftTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/AirlinesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestAirlines extends TestCase {
class AirlinesTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/AirportsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestAirports extends TestCase {
class AirportsTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/OfferRequestsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestOfferRequests extends TestCase {
class OfferRequestsTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/OffersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestOffers extends TestCase {
class OffersTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/OrderCancellationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestOrderCancellations extends TestCase {
class OrderCancellationsTest extends TestCase {
private $mock;
private $stub;

Expand Down
2 changes: 1 addition & 1 deletion tests/Duffel/Api/OrdersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Http\Client\Common\HttpMethodsClientInterface;
use PHPUnit\Framework\TestCase;

class TestOrders extends TestCase {
class OrdersTest extends TestCase {
private $mock;
private $stub;

Expand Down

0 comments on commit 466aaf4

Please sign in to comment.