19declare(strict_types=1);
22use PHPUnit\Framework\TestCase;
34 $html = str_replace([
"\n",
"\r",
"\t"],
"", $html);
35 $html = preg_replace(
'# {2,}#',
" ", $html);
36 $html = preg_replace(
'/<!--(.|\s)*?-->/',
'', $html);
37 $html = preg_replace(
"/>(\s+)</",
"><", $html);
38 $html = str_replace([
" >",
" <"], [
">",
"<"], $html);
43 protected function setUp(): void
45 if (!defined(
'ANONYMOUS_USER_ID')) {
46 define(
'ANONYMOUS_USER_ID', 13);
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
brutallyTrimHTML(string $html)
setGlobalVariable(string $name, $value)