Home
last modified time | relevance | path

Searched hist:"6506 eaac3ac079120577edda961e5018bcb29465" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/parser/
H A Drenderer_xhtml.test.php6506eaac3ac079120577edda961e5018bcb29465 Wed Nov 30 13:57:13 UTC 2016 Andreas Gohr <gohr@cosmocode.de> do not static cache useheading during tests

This took me way to long to figure out. The useheading setting was
cached in a static variable which is fine usually as it doesn't change
during a single request. But in testing we want to change it often.

/dokuwiki/inc/
H A Dconfutils.php6506eaac3ac079120577edda961e5018bcb29465 Wed Nov 30 13:57:13 UTC 2016 Andreas Gohr <gohr@cosmocode.de> do not static cache useheading during tests

This took me way to long to figure out. The useheading setting was
cached in a static variable which is fine usually as it doesn't change
during a single request. But in testing we want to change it often.