Skip to content

Commit

Permalink
[BUGFIX] Add missing core extension requirements to functionals
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 17, 2023
1 parent 1462f2f commit 24fe491
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class AccordionContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/AccordionMediaOrientUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class AccordionMediaOrientUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/BackendLayoutUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class BackendLayoutUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/BulletContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class BulletContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/CarouselContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class CarouselContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/CarouselItemLayoutUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class CarouselItemLayoutUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/CarouselItemTypeUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class CarouselItemTypeUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class ExternalMediaContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/FrameClassToBackgroundUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class FrameClassToBackgroundUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/FrameClassToOptionsUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class FrameClassToOptionsUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/FrameClassUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
*/
final class FrameClassUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class ListGroupContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/PanelContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class PanelContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TabContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TabContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TabMediaOrientUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TabMediaOrientUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TableContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TableContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TexticonContentElementUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TexticonContentElementUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TexticonIconUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TexticonIconUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TexticonSizeUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TexticonSizeUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down
5 changes: 5 additions & 0 deletions Tests/Functional/Updates/TexticonTypeUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
*/
final class TexticonTypeUpdateTest extends FunctionalTestCase
{
protected array $coreExtensionsToLoad = [
'seo',
'rte_ckeditor',
];

protected array $testExtensionsToLoad = [
'typo3conf/ext/bootstrap_package'
];
Expand Down

0 comments on commit 24fe491

Please sign in to comment.