Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
392b3b32
Commit
392b3b32
authored
Feb 02, 2020
by
Carsten Rose
Browse files
Fixes #9959. Fix unit test.
parent
40adc7c9
Pipeline
#3208
passed with stages
in 3 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Typo3/T3Handler.php
View file @
392b3b32
...
...
@@ -121,6 +121,11 @@ class T3Handler {
*/
public
static
function
updateT3QfqConfig
(
$key
,
$value
)
{
if
(
defined
(
'PHPUNIT_QFQ'
))
{
// There is no typo3conf/LocalConfiguration.php in phpunit.
return
;
}
// Restore T3 ErrorHandler. T3 throws exceptions - those should be handled by T3!
restore_error_handler
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment