mirror of
https://github.com/mrclay/minify.git
synced 2025-08-12 00:54:35 +02:00
remove var_dump debug from test output
This commit is contained in:
@@ -24,9 +24,7 @@ class LessSourceTest extends TestCase
|
||||
touch($includedLess);
|
||||
|
||||
$mtime1 = filemtime($mainLess);
|
||||
var_dump($mtime1);
|
||||
$mtime2 = filemtime($includedLess);
|
||||
var_dump($mtime2);
|
||||
|
||||
$max = max($mtime1, $mtime2);
|
||||
|
||||
|
@@ -24,9 +24,7 @@ class ScssSourceTest extends TestCase
|
||||
touch($includedLess);
|
||||
|
||||
$mtime1 = filemtime($mainLess);
|
||||
var_dump($mtime1);
|
||||
$mtime2 = filemtime($includedLess);
|
||||
var_dump($mtime2);
|
||||
|
||||
$max = max($mtime1, $mtime2);
|
||||
|
||||
|
Reference in New Issue
Block a user