From ab822813b248c688409bbc6741760878078eb6e1 Mon Sep 17 00:00:00 2001 From: Tim Kelty Date: Wed, 8 Jan 2025 10:38:43 -0500 Subject: [PATCH] Tests NS --- tests/api.suite.yml | 2 +- tests/api/RedirectCest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api.suite.yml b/tests/api.suite.yml index 295c6d9d98f..21a6c842b4b 100644 --- a/tests/api.suite.yml +++ b/tests/api.suite.yml @@ -16,7 +16,7 @@ modules: config: \craft\test\Craft: configFile: 'tests/_craft/config/test.php' - entryUrl: 'http://localhost/index.php' + entryUrl: 'https://craft-5-project.ddev.site/index.php' projectConfig: {} migrations: [] plugins: [] diff --git a/tests/api/RedirectCest.php b/tests/api/RedirectCest.php index 77a26d988f4..976c1cd02bd 100644 --- a/tests/api/RedirectCest.php +++ b/tests/api/RedirectCest.php @@ -5,7 +5,7 @@ * @license https://craftcms.github.io/license/ */ -namespace acceptance; +namespace crafttests\api; use ApiTester; use Codeception\Example;