Skip to content

Commit

Permalink
Tests NS
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Jan 8, 2025
1 parent 5075dc1 commit ab82281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/api.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion tests/api/RedirectCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license https://craftcms.github.io/license/
*/

namespace acceptance;
namespace crafttests\api;

use ApiTester;
use Codeception\Example;
Expand Down

0 comments on commit ab82281

Please sign in to comment.