mirror of
https://github.com/mrclay/minify.git
synced 2025-08-12 00:54:35 +02:00
Added CSS/UriRewriter.php : untested!
Minify/ImportProcessor.php units need fixing
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/* I should not be imported */
|
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
return; // refactoring
|
||||
|
||||
require_once '_inc.php';
|
||||
|
||||
require_once 'Minify/ImportProcessor.php';
|
||||
@@ -10,7 +8,7 @@ function test_Minify_ImportProcessor()
|
||||
{
|
||||
global $thisDir;
|
||||
|
||||
$linDir = $thisDir . '/_test_files/cssLinearizer';
|
||||
$linDir = $thisDir . '/_test_files/importProcessor';
|
||||
|
||||
$testFilesUri = substr(
|
||||
realpath($thisDir . '/_test_files')
|
||||
|
Reference in New Issue
Block a user