File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,3 @@ function php_codecoverage_autoload($class = NULL) {
9595}
9696
9797spl_autoload_register ('php_codecoverage_autoload ' );
98-
99- require_once 'ezc/Base/base.php ' ;
100- spl_autoload_register (array ('ezcBase ' , 'autoload ' ));
Original file line number Diff line number Diff line change @@ -77,6 +77,3 @@ function php_codecoverage_autoload($class = NULL) {
7777}
7878
7979spl_autoload_register('php_codecoverage_autoload');
80-
81- require_once 'ezc/Base/base.php';
82- spl_autoload_register(array('ezcBase', 'autoload'));
Original file line number Diff line number Diff line change 4343 * @since File available since Release 1.0.0
4444 */
4545
46+ require_once 'ezc/Base/base.php ' ;
47+ spl_autoload_register (array ('ezcBase ' , 'autoload ' ));
48+
4649/**
4750 * TextUI frontend for PHP_CodeCoverage.
4851 *
You can’t perform that action at this time.
0 commit comments