1
0
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:
Elan Ruusamäe
2017-12-22 17:54:17 +02:00
parent 404664509c
commit 6236431c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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;