1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-31 17:42:02 +02:00

use Minify\Test namespace for tests

This commit is contained in:
Elan Ruusamäe
2017-12-22 17:58:01 +02:00
parent 6236431c8f
commit 7d60fb9d0f
24 changed files with 49 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
<?php
namespace Minify\Test;
use Minify_CacheInterface;
abstract class TestCase extends \PHPUnit\Framework\TestCase
{
/** @var string */