1
0
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:
Steve Clay
2008-08-30 07:25:37 +00:00
parent 560bcfd440
commit eebe132aed
3 changed files with 103 additions and 4 deletions

View File

@@ -1 +0,0 @@
/* I should not be imported */

View File

@@ -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')