Open Journal Systems  3.3.0
prependCoverageReport.php
Go to the documentation of this file.
1 <?php
17 $GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY'] = get_cfg_var('phpunit_coverage_data_directory');
18 include get_cfg_var('selenium_coverage_prepend_file');
19 
20 if (basename($_SERVER['SCRIPT_NAME']) == 'phpunit_coverage.php') {
21  chdir(get_cfg_var('phpunit_coverage_data_directory'));
22 }
$GLOBALS
$GLOBALS['PHPUNIT_COVERAGE_DATA_DIRECTORY']
Definition: prependCoverageReport.php:17