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

Disable less tests on php 7.4+

This commit is contained in:
Elan Ruusamäe
2020-12-01 16:16:43 +02:00
parent f1572a580a
commit ad0fb95556

View File

@@ -6,6 +6,7 @@ use Minify_HTML_Helper;
/**
* @requires php < 7.3
* @see https://github.com/mrclay/minify/pull/685
*/
class LessSourceTest extends TestCase
{