File tree 6 files changed +1
-12
lines changed
6 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ parameters:
6
6
- %currentWorkingDirectory%/Tests
7
7
8
8
ignoreErrors :
9
- -
10
- message : ' #Call to an undefined method B13\\Menus\\ContentObject\\.*ContentObject::setContentObjectRenderer\(\).#'
11
- path : %currentWorkingDirectory%/Classes/ContentObject/*
12
9
-
13
10
message : ' #Property TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController::\$id \(string\) does not accept int#'
14
11
path : %currentWorkingDirectory%/Tests/Functional/Compiler/LanguageMenuCompilerTest.php
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ public function __construct(ContentObjectRenderer $cObj)
29
29
{
30
30
if ((GeneralUtility::makeInstance (Typo3Version::class))->getMajorVersion () < 12 ) {
31
31
parent ::__construct ($ cObj );
32
- } else {
33
- $ this ->setContentObjectRenderer ($ cObj );
34
32
}
35
33
$ this ->menuRepository = (GeneralUtility::makeInstance (ContentObjectServiceContainer::class))->getMenuRepository ();
36
34
}
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ public function __construct(ContentObjectRenderer $cObj)
30
30
{
31
31
if ((GeneralUtility::makeInstance (Typo3Version::class))->getMajorVersion () < 12 ) {
32
32
parent ::__construct ($ cObj );
33
- } else {
34
- $ this ->setContentObjectRenderer ($ cObj );
35
33
}
36
34
$ this ->languageMenuCompiler = (GeneralUtility::makeInstance (ContentObjectServiceContainer::class))->getLanguageMenuCompiler ();
37
35
}
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ public function __construct(ContentObjectRenderer $cObj)
29
29
{
30
30
if ((GeneralUtility::makeInstance (Typo3Version::class))->getMajorVersion () < 12 ) {
31
31
parent ::__construct ($ cObj );
32
- } else {
33
- $ this ->setContentObjectRenderer ($ cObj );
34
32
}
35
33
$ this ->listMenuCompiler = (GeneralUtility::makeInstance (ContentObjectServiceContainer::class))->getListMenuCompiler ();
36
34
}
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ public function __construct(ContentObjectRenderer $cObj)
29
29
{
30
30
if ((GeneralUtility::makeInstance (Typo3Version::class))->getMajorVersion () < 12 ) {
31
31
parent ::__construct ($ cObj );
32
- } else {
33
- $ this ->setContentObjectRenderer ($ cObj );
34
32
}
35
33
$ this ->treeMenuCompiler = (GeneralUtility::makeInstance (ContentObjectServiceContainer::class))->getTreeMenuCompiler ();
36
34
}
Original file line number Diff line number Diff line change 15
15
"typo3/cms-install" : " ^11.5" ,
16
16
"typo3/coding-standards" : " ^0.5" ,
17
17
"typo3/tailor" : " ^1.0" ,
18
- "typo3/testing-framework" : " ^7 "
18
+ "typo3/testing-framework" : " 7.0.2 "
19
19
},
20
20
"config" : {
21
21
"vendor-dir" : " .Build/vendor" ,
You can’t perform that action at this time.
0 commit comments