bugfix: trustedproxy is not a delimited pcre
[dokuwiki.git] / _test / tests / inc / PluginUtils.test.php
blob7ddad3af7933e6720f618e0543a80846f36b68b7
1 <?php
3 class PluginUtilsTest extends DokuWikiTest
5 /**
6 * @covers ::plugin_list()
7 */
8 public function test_cache_cleaning_cleanToUnclean()
10 $expectedListOfPlugins = [
11 'acl',
12 'authplain',
13 'config',
14 'info',
15 'popularity',
16 'revert',
17 'safefnrecode',
18 'usermanager',
21 $this->assertEquals($expectedListOfPlugins, plugin_list());