1
0
mirror of https://github.com/mrclay/minify.git synced 2025-07-31 19:30:29 +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,5 +1,7 @@
<?php
use Minify\Test\TestCase;
class MinifyCacheWinCacheTest extends TestCase
{
public function setUp()