mirror of
https://github.com/mrclay/minify.git
synced 2025-08-09 07:36:56 +02:00
use forward-compatible phpunit testcase
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"leafo/scssphp": "~0.6.6",
|
||||
"marcusschwarz/lesserphp": "~0.5.1",
|
||||
"meenie/javascript-packer": "~1.1",
|
||||
"phpunit/phpunit": "4.8.*",
|
||||
"phpunit/phpunit": "^4.8.36",
|
||||
"tedivm/jshrink": "~1.1.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@@ -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