1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-20 12:51:52 +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,6 +1,8 @@
<?php
class JsClosureCompilerTest extends PHPUnit_Framework_TestCase
use Minify\Test\TestCase;
class JsClosureCompilerTest extends TestCase
{
public function test1()
{