mirror of
https://github.com/mrclay/minify.git
synced 2025-08-30 09:09:54 +02:00
use forward-compatible phpunit testcase
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class TestCase extends PHPUnit_Framework_TestCase
|
||||
abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/** @var string */
|
||||
protected static $document_root;
|
||||
|
Reference in New Issue
Block a user