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:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Minify\Test;
|
||||
|
||||
use Minify_CacheInterface;
|
||||
|
||||
abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/** @var string */
|
||||
|
Reference in New Issue
Block a user