History log of /plugin/dw2pdf/_test/DokuImageProcessorTest.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 0e451a24 13-Sep-2023 Andreas Gohr <andi@splitbrain.org>

require autoloader during test

Usually the autoloader is initialized fromt the DokuPDF constructor.
This is not called during individual ImageProcessor class tests.


# 99b67893 22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

fix ImageProcessor test

The problem was that the test relied on the existence of a smiley image
that has recently be removed in master.


# 32ff69b6 22-Jul-2021 Andreas Gohr <andi@splitbrain.org>

refactor the test classes

Note: the ImageProcessor test is currently broken (but was before).