Fix unit test which now requires a full URI.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-05-08 19:49:33 -05:00
parent 9062903d6d
commit 2d7c6a211c
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
class A00_Frontend_SetupCest extends CestAbstract
{
/**
@ -54,7 +55,7 @@ class A00_Frontend_SetupCest extends CestAbstract
protected function setupSettings(FunctionalTester $I)
{
$I->submitForm('.form', [
'base_url' => 'localhost',
'base_url' => 'http://localhost',
]);
$I->seeResponseCodeIs(200);