1
0
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:
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

@@ -1,6 +1,6 @@
<?php
class TestCase extends PHPUnit_Framework_TestCase
abstract class TestCase extends \PHPUnit\Framework\TestCase
{
/** @var string */
protected static $document_root;