diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-02-21 14:28:50 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-02-21 14:31:21 +0100 |
commit | be59a904d34942aef5a921ef56e920ba7c22e019 (patch) | |
tree | b9ce152806feb9e43caab6af91ef6be96a0b88b3 /tests | |
parent | 896db05d192eccd8bfcd3db89c1edd8ec49fa907 (diff) |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Test.php b/tests/Test.php index fd99ace..e3935d0 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -1,8 +1,8 @@ <?php -namespace CardmarketApi\Tests; +namespace Dweipert\CardmarketApi\Tests; -use CardmarketApi\OAuthMiddleware; +use Dweipert\CardmarketApi\OAuthMiddleware; use GuzzleHttp\Client; use GuzzleHttp\HandlerStack; use PHPUnit\Framework\TestCase; |