1
0
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:
Elan Ruusamäe
2017-12-22 18:04:34 +02:00
parent 7d60fb9d0f
commit 9ee5fb7701
22 changed files with 107 additions and 36 deletions

View File

@@ -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()
{