TYPO3 CMS  TYPO3_7-6
FunctionalTestsConfiguration.php File Reference

Go to the source code of this file.

Variables

 return ['SYS'=> ['displayErrors'=> '1', 'debugExceptionHandler'=> '', 'trustedHostsPattern'=> '.*', 'setDBinit'=> 'SET SESSION sql_mode=\ 'STRICT_ALL_TABLES, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_VALUE_ON_ZERO, NO_ENGINE_SUBSTITUTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY\';', 'encryptionKey'=> 'i-am-not-a-secure-encryption-key',]]
 

Variable Documentation

◆ return

return[ 'SYS'=> [ 'displayErrors'=> '1', 'debugExceptionHandler'=> '', 'trustedHostsPattern'=> '.*', 'setDBinit'=> 'SET SESSION sql_mode=\ 'STRICT_ALL_TABLES, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_VALUE_ON_ZERO, NO_ENGINE_SUBSTITUTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY\';', 'encryptionKey'=> 'i-am-not-a-secure-encryption-key',]]

Definition at line 10 of file FunctionalTestsConfiguration.php.