diff --git a/docker/unit.json b/docker/unit.json index d4ded013e..668744733 100644 --- a/docker/unit.json +++ b/docker/unit.json @@ -1,6 +1,6 @@ { "listeners": { - "*:8080": { + "*:8000": { "pass": "routes" } }, diff --git a/tests/Connectors/Integration/Ghosts/CreatePeopleSubscriptionTest.php b/tests/Connectors/Integration/Ghosts/CreatePeopleSubscriptionTest.php index 9c603b91d..1c5f024bf 100644 --- a/tests/Connectors/Integration/Ghosts/CreatePeopleSubscriptionTest.php +++ b/tests/Connectors/Integration/Ghosts/CreatePeopleSubscriptionTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Test\Connectors\Integration\Stripe; +namespace Test\Connectors\Integration\Ghosts; use Illuminate\Support\Facades\Queue; use Illuminate\Support\Facades\Request; diff --git a/tests/Connectors/Integration/Stripe/UpdateSubscriptionTest.php b/tests/Connectors/Integration/Stripe/UpdateSubscriptionTest.php index db3f8cd8d..5c926507b 100644 --- a/tests/Connectors/Integration/Stripe/UpdateSubscriptionTest.php +++ b/tests/Connectors/Integration/Stripe/UpdateSubscriptionTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Test\Connectors\Integration\Stripe; +namespace Tests\Connectors\Integration\Stripe; use Illuminate\Support\Facades\Queue; use Illuminate\Support\Facades\Request; diff --git a/tests/Social/Integration/DefaultMessageActivityTest.php b/tests/Social/Integration/DefaultMessageActivityTest.php index 270873ef3..e48074abe 100644 --- a/tests/Social/Integration/DefaultMessageActivityTest.php +++ b/tests/Social/Integration/DefaultMessageActivityTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Kanvas\Social\Integration; +namespace Tests\Social\Integration; use Kanvas\Apps\Models\Apps; use Kanvas\Guild\Leads\Models\Lead;