Skip to content

Commit

Permalink
[BUGFIX] Add typo3/cms-install to coreExtensionsToLoad in functional …
Browse files Browse the repository at this point in the history
…tests

Relates: #20
  • Loading branch information
d-g-codappix committed Aug 30, 2024
1 parent d54310d commit 7f40e26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Tests/Fixtures/container_example/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "*",
"typo3/cms-install": "*",
"b13/container": "*",
"codappix/typo3-responsive-images": "*"
},
Expand Down
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
3 changes: 2 additions & 1 deletion Tests/Functional/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ class ContainerTest extends FunctionalTestCase
protected function setUp(): void
{
$this->coreExtensionsToLoad = [
'fluid_styled_content',
'typo3/cms-fluid-styled-content',
'typo3/cms-install',
];

$this->testExtensionsToLoad = [
Expand Down

0 comments on commit 7f40e26

Please sign in to comment.