fitztrev / laravel-html-minify

Minifies the HTML output of Laravel 4 applications
https://github.com/fitztrev/laravel-html-minify/wiki/Laravel-5---5.1-HTML-Minifying
MIT License
414 stars 76 forks source link

Fix travis build error #30

Closed fitztrev closed 9 years ago

fitztrev commented 10 years ago

EnabledTester::testPHPTags - Failed asserting that two strings are equal.

Expected:

<?php echo "hello"; ?>

Actual:

<?php
echo "hello";
?>`