Skip to content

Commit

Permalink
[BUGFIX] Fix Extensions for acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Dec 20, 2023
1 parent e79e902 commit 98c6b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ class BackendHtml5mediakitEnvironment extends BackendEnvironment
'extbase',
'fluid',
'backend',
'about',
'filelist',
'install',
'frontend',
'recordlist',
'fluid_styled_content',
],
'testExtensionsToLoad' => ['typo3conf/ext/html5mediakit'],
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"php": "^8.1",
"typo3/cms-core": "^12.4",
"typo3/cms-extbase": "*",
"typo3/cms-filelist": "*",
"typo3/cms-frontend": "*"
},
"require-dev": {
Expand All @@ -18,7 +17,8 @@
"michielroos/typo3scan": "^1.7",
"squizlabs/php_codesniffer": "^3.7",
"symfony/dom-crawler": "^6.3",
"typo3/cms-fluid-styled-content": "*"
"typo3/cms-fluid-styled-content": "*",
"typo3/cms-filelist": "*"
},
"replace": {
"typo3-ter/html5mediakit": "self.version"
Expand Down

0 comments on commit 98c6b1e

Please sign in to comment.