mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 23:26:43 +02:00
use forward-compatible phpunit testcase
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
"leafo/scssphp": "~0.6.6",
|
"leafo/scssphp": "~0.6.6",
|
||||||
"marcusschwarz/lesserphp": "~0.5.1",
|
"marcusschwarz/lesserphp": "~0.5.1",
|
||||||
"meenie/javascript-packer": "~1.1",
|
"meenie/javascript-packer": "~1.1",
|
||||||
"phpunit/phpunit": "4.8.*",
|
"phpunit/phpunit": "^4.8.36",
|
||||||
"tedivm/jshrink": "~1.1.0"
|
"tedivm/jshrink": "~1.1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class TestCase extends PHPUnit_Framework_TestCase
|
abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
/** @var string */
|
/** @var string */
|
||||||
protected static $document_root;
|
protected static $document_root;
|
||||||
|
Reference in New Issue
Block a user