Home
last modified time | relevance | path

Searched hist:"012 c7cdc1eaa60ee12aedc0a77226245a4e8e121" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/exe/
H A Ddetail.php012c7cdc1eaa60ee12aedc0a77226245a4e8e121 Sat Feb 06 00:41:36 UTC 2021 Damien Regad <dregad@mantisbt.org> Fix Constant DOKU_MEDIADETAIL already defined

This error only occurs when PHPUnit runs both the `testScripts` and the
`test_Validity` suites [1], because all tests are running in the same
PHP process.

Adding an `if(!defined` check to avoid the problem.

[1]: ./phpunit.phar --filter 'testScripts|test_Validity'