Home
last modified time | relevance | path

Searched hist:"1421 e5483ad1ca8780331077141e0c07b6530bc5" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dindexer.php1421e5483ad1ca8780331077141e0c07b6530bc5 Tue Dec 04 15:15:49 UTC 2012 Michael Hamann <michael@content-space.de> Indexer: Make $Indexer in idx_get_indexer() global instead of static

This avoids problems with test cases that use the indexer and the PID
cache - the index is cleaned between test cases but the PID cache
wasn't cleaned. Now PHPUnit can unset the global $Indexer between test
cases.