mirror of
https://github.com/mrclay/minify.git
synced 2025-08-20 21:02:30 +02:00
moved tests to minify\test namespace
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
<?php
|
||||
|
||||
use JSMin\JSMin;
|
||||
use Minify\Test\TestCase;
|
||||
namespace Minify\Test;
|
||||
|
||||
class JsMinTest extends TestCase
|
||||
use Exception;
|
||||
use JSMin\JSMin;
|
||||
|
||||
class JSMinTest extends TestCase
|
||||
{
|
||||
public function test1()
|
||||
{
|
||||
|
Reference in New Issue
Block a user