TYPO3 CMS  TYPO3_6-2
FunctionalTestsConfiguration.php
Go to the documentation of this file.
1 <?php
2 return array(
3  'SYS' => array(
4  'displayErrors' => '1',
5  'debugExceptionHandler' => '',
6  'trustedHostsPattern' => '.*',
7  )
8 );