Skip to content
Snippets Groups Projects
Commit 2745776f authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Use EXTBASEPLUGIN in tests

Use the new v12 EXTBASEPLUGIN in TS setup
to streamline frontend functional tests a bit.

Resolves: #101773
Related: #100293
Releases: main, 12.4
Change-Id: I84e3cc93f617e3d8feeb76e6acf2c02bc4070a6d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80716


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 50828fc7
Branches
Tags
No related merge requests found
......@@ -3,9 +3,8 @@
page {
20 = COA
20 {
10 = USER
10 = EXTBASEPLUGIN
10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = TestIrreForeignfield
pluginName = Test
}
......
......@@ -18,9 +18,8 @@ page = PAGE
page {
10 = COA
10 {
10 = USER
10 = EXTBASEPLUGIN
10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = BlogExample
pluginName = Content
}
......
......@@ -18,9 +18,8 @@ page = PAGE
page {
10 = COA
10 {
10 = USER
10 = EXTBASEPLUGIN
10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = BlogExample
pluginName = Blogs
}
......
page.10 = USER
page.10 = EXTBASEPLUGIN
page.10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = FluidTest
pluginName = Pi
view < lib.viewConfig
......
page.10 = USER
page.10 = EXTBASEPLUGIN
page.10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = FluidTest
pluginName = Pi
}
......
page.10 = USER
page.10 = EXTBASEPLUGIN
page.10 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = FluidTest
pluginName = Pi
view < lib.viewConfig
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment