mirror of
https://github.com/mrclay/minify.git
synced 2025-08-29 00:29:59 +02:00
moved tests to minify\test namespace
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Minify\Test\TestCase;
|
||||
namespace Minify\Test;
|
||||
|
||||
use Exception;
|
||||
use Minify_ClosureCompiler;
|
||||
use Minify_NailgunClosureCompiler;
|
||||
|
||||
class MinifyNailgunClosureCompilerTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user