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