Skip to content

Commit

Permalink
Merge pull request #279 from Y0lk/namespace-fix-pr
Browse files Browse the repository at this point in the history
Fix for PSR4 namespace issues in Tests
  • Loading branch information
bookernath authored Jul 7, 2022
2 parents 05cc281 + 12c7c2c commit fe228a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/Unit/Api/ClientErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Bigcommerce\Unit\Api;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\ClientError;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/ConnectionTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Bigcommerce\Test\Unit;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\Connection;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/ErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Bigcommerce\Test\Unit;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\Error;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/FilterTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Bigcommerce\Unit\Api;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\Filter;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/NetworkErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Bigcommerce\Unit\Api;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\NetworkError;
use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 1 addition & 1 deletion test/Unit/Api/ServerErrorTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Bigcommerce\Unit\Api;
namespace Bigcommerce\Test\Unit\Api;

use Bigcommerce\Api\ServerError;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit fe228a2

Please sign in to comment.