79700870

Date: 2025-07-14 12:26:25
Score: 0.5
Natty:
Report link

I am using this in ext_localconf.php

// Make sure "Context()->isTesting" fits or do it another way
if(Environment::getContext()->isTesting()) {
    $GLOBALS['TYPO3_CONF_VARS']['HTTP']['auth'] = [
        getenv('BASIC_AUTH_USER'),
        getenv('BASIC_AUTH_PASSWORD'),
    ];
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Christian Osswald