You are here

private property PHPUnit_Extensions_PhptTestCase::$settings in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php \PHPUnit_Extensions_PhptTestCase::settings

Type: array

File

vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php, line 26

Class

PHPUnit_Extensions_PhptTestCase
Runner for PHPT test cases.

Code

private $settings = array(
  'allow_url_fopen=1',
  'auto_append_file=',
  'auto_prepend_file=',
  'disable_functions=',
  'display_errors=1',
  'docref_root=',
  'docref_ext=.html',
  'error_append_string=',
  'error_prepend_string=',
  'error_reporting=-1',
  'html_errors=0',
  'log_errors=0',
  'magic_quotes_runtime=0',
  'output_handler=',
  'open_basedir=',
  'output_buffering=Off',
  'report_memleaks=0',
  'report_zend_debug=0',
  'safe_mode=0',
  'track_errors=1',
  'xdebug.default_enable=0',
);