1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

remove var_dump debug from test output

This commit is contained in:
Elan Ruusamäe
2016-12-06 17:02:26 +02:00
parent 8fe915f486
commit ed209f9a84
2 changed files with 0 additions and 4 deletions

View File

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