<?php

if (function_exists('xdebug_set_filter')) {
	xdebug_set_filter(XDEBUG_FILTER_CODE_COVERAGE, XDEBUG_PATH_INCLUDE, [
		__DIR__ . '/foo/',
	]);
}

include_once __DIR__ . '/test2.php';
