History log of /plugin/dw2pdf/_test/EndToEndTest.php (Results 1 – 4 of 4)
Revision Date Author Comments
# c124fc53 28-Nov-2025 Andreas Gohr <andi@splitbrain.org>

Some more tests testing rendering functionality

Again mostly LLM generated but manually checked and corrected.


# b08d5470 27-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

pass the Config object into the renderer

This streamlines the configuration to a single point of entry. The
renderer was the last bit not adhering to that.


# bee95f00 27-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

Overhaul chapter/header counting in renderer

Using static variables makes it impossible to automatically test this
correctly.

The PDF renderer is now a singleton. The Writer class initializes it
an

Overhaul chapter/header counting in renderer

Using static variables makes it impossible to automatically test this
correctly.

The PDF renderer is now a singleton. The Writer class initializes it
anew for each export, but during the export, the same renderer is
reused.

show more ...


# a9e9f334 27-Nov-2025 Andreas Gohr <gohr@cosmocode.de>

introduce a first test for rendering - testing numbered headlines

The test passes, but I am not 100% sure the behaviour is correct yet.
Static variables in the renderer might be a problem. Not teste

introduce a first test for rendering - testing numbered headlines

The test passes, but I am not 100% sure the behaviour is correct yet.
Static variables in the renderer might be a problem. Not tested with
multiple documents yet.

Currently render options need to be set via global conf and are not
passed from the Config object.

show more ...