summaryrefslogtreecommitdiff
path: root/tests/Test.php
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-02-21 14:28:50 +0100
committerDaniel Weipert <code@drogueronin.de>2021-02-21 14:31:21 +0100
commitbe59a904d34942aef5a921ef56e920ba7c22e019 (patch)
treeb9ce152806feb9e43caab6af91ef6be96a0b88b3 /tests/Test.php
parent896db05d192eccd8bfcd3db89c1edd8ec49fa907 (diff)
Changes namespaceHEADv1.0.1main
Diffstat (limited to 'tests/Test.php')
-rw-r--r--tests/Test.php4
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;