Home
last modified time | relevance | path

Searched hist:ff136773483830fd139a631f357b7ded1ae77b11 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dload.phpff136773483830fd139a631f357b7ded1ae77b11 Thu Sep 14 15:50:55 UTC 2023 Andreas Gohr <andi@splitbrain.org> AutoLoader: ignore plugin enabled/disabled during unit tests

This is required currently because the enabled status of a plugin is
only set when it's appropriate test runs. However some plugins do setup
mock classes before the test is instantiated which will then fail.
So for now we skip the enabled checks alltogether for unit testing.