mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 12:51:52 +02:00
Test fixes
This commit is contained in:
@@ -6,7 +6,9 @@ use Minify_HTML_Helper;
|
||||
|
||||
class LessSourceTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
public string $realDocRoot;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->realDocRoot = $_SERVER['DOCUMENT_ROOT'];
|
||||
$_SERVER['DOCUMENT_ROOT'] = self::$document_root;
|
||||
|
Reference in New Issue
Block a user