Skip to content

Commit

Permalink
[TASK] Replace extension name with composer package name
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-codappix authored and justusmoroni committed Aug 30, 2024
1 parent 653d4f6 commit 32ed021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Functional/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class BaseTest extends FunctionalTestCase
protected function setUp(): void
{
$this->coreExtensionsToLoad = [
'fluid_styled_content',
'typo3/cms-fluid-styled-content',
];

$this->testExtensionsToLoad = [
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ContainerTest extends FunctionalTestCase
protected function setUp(): void
{
$this->coreExtensionsToLoad = [
'fluid_styled_content',
'typo3/cms-fluid-styled-content',
];

$this->testExtensionsToLoad = [
Expand Down

0 comments on commit 32ed021

Please sign in to comment.