Skip to content

Commit

Permalink
[BUGFIX] Correct ac test file namespace
Browse files Browse the repository at this point in the history
It's TYPO3\CMS\Core\Tests\Acceptance\Backend\Site\SiteModuleCest
not TYPO3\CMS\Core\Tests\Acceptance\Backend\Redirect\SiteModuleCest

Resolves: #94330
Releases: master, 10.4
Change-Id: I0661feec976aeeddce179d9177e36e729fc0b72d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69478
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Jun 12, 2021
1 parent ef1ea9d commit a6bb955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* The TYPO3 project - inspiring people to share!
*/

namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Redirect;
namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Site;

use TYPO3\CMS\Core\Tests\Acceptance\Support\BackendTester;
use TYPO3\CMS\Core\Tests\Acceptance\Support\Helper\ModalDialog;
Expand Down

0 comments on commit a6bb955

Please sign in to comment.