History log of /dokuwiki/_test/tests/lib/exe/css_at_import_less.test.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 1c33cec3 04-Feb-2021 Andreas Gohr <andi@splitbrain.org>

add needed type hints for phpunit8

This will break a lot of plugin tests, but can't be avoided


# cd08f3e6 03-Aug-2017 Yurii K <yurii-github@users.noreply.github.com>

response on review


# e8da0265 23-Jul-2017 Yurii K <yurii-github@users.noreply.github.com>

cleaning after better understanding of the surroundings


# 7b0d379f 23-Jul-2017 Yurii K <yurii-github@users.noreply.github.com>

cleaning


# 30085ef3 23-Jul-2017 Yurii K <yurii-github@users.noreply.github.com>

fix tests on windows


# ab1fef66 05-Nov-2013 Christopher Smith <chris@jalakai.co.uk>

Test to ensure less can parse the @import rewritten by css_loadfile()

This test is horrible, but I believe necessary to ensure that the
@import of less files actually works.

It is horrible as its n

Test to ensure less can parse the @import rewritten by css_loadfile()

This test is horrible, but I believe necessary to ensure that the
@import of less files actually works.

It is horrible as its not a unit test and its not a true functional
test. It probably implies the code in css_out() should be refactored
to make it easier to test intermediate results.

show more ...