Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Mar 27, 2020
1 parent 426d1bc commit 7979e9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/unit/MinifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,4 @@ public function testLoadJs()
$this->assertEquals('<script type="text/javascript" src="http://localhost' . SUPPORTPATH . 'assets/js/all.min.js?v=9ef881911da8d7c4a1c2f19c4878d122"></script>' . PHP_EOL, $result);
}

public function testLoadCss()
{
$this->minifier->deploy('css');
$result = $this->minifier->load('all.min.css');

$this->assertEquals('<link rel="stylesheet" href="http://localhost' . SUPPORTPATH . 'assets/css/all.min.css?v=50a35b0b1d1c3798aa556b8245314930">' . PHP_EOL, $result);
}
}

0 comments on commit 7979e9c

Please sign in to comment.