diff --git a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/legacy.yaml b/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/legacy.yaml deleted file mode 100644 index a7e46dfa51d414f18c9ceeb21c5c8c71207311fa..0000000000000000000000000000000000000000 --- a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/legacy.yaml +++ /dev/null @@ -1,3 +0,0 @@ -type: Form -identifier: legacy -prototypeName: standard diff --git a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/updated.form.yaml b/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/updated.form.yaml deleted file mode 100644 index 345eb3b94b218e5edecb93a3fe987b24bf9d7885..0000000000000000000000000000000000000000 --- a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Form/updated.form.yaml +++ /dev/null @@ -1,3 +0,0 @@ -type: Form -identifier: updated -prototypeName: standard diff --git a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Yaml/AllowedExtensionPaths.yaml b/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Yaml/AllowedExtensionPaths.yaml deleted file mode 100644 index 9bb889e0effa5d148acb1cb4a7f967cd9c634258..0000000000000000000000000000000000000000 --- a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/Configuration/Yaml/AllowedExtensionPaths.yaml +++ /dev/null @@ -1,6 +0,0 @@ -TYPO3: - CMS: - Form: - persistenceManager: - allowedExtensionPaths: - 110: EXT:test_resources/Configuration/Form/ diff --git a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/ext_emconf.php b/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/ext_emconf.php deleted file mode 100644 index 12b8ec6042cea1d35d6ebedd9c82dbbba9963fc8..0000000000000000000000000000000000000000 --- a/typo3/sysext/form/Tests/Functional/Hooks/Fixtures/test_resources/ext_emconf.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php - -$EM_CONF[$_EXTKEY] = [ - 'title' => 'Test Resources', - 'description' => 'Test Resources', - 'category' => 'example', - 'version' => '11.4.0', - 'state' => 'beta', - 'clearCacheOnLoad' => 0, - 'author' => 'Oliver Hader', - 'author_email' => 'oliver@typo3.org', - 'author_company' => '', - 'constraints' => [ - 'depends' => [ - 'typo3' => '11.4.0' - ], - 'conflicts' => [], - 'suggests' => [], - ], -];