xref: /plugin/statistics/_test/LoggerTest.php (revision 5cc1319aff2e462a6992d316613aa4c07e0d7b0c)
1<?php
2
3namespace dokuwiki\plugin\statistics\test;
4
5use DokuWikiTest;
6
7/**
8 * FIXME tests for the statistics plugin
9 *
10 * @group plugin_statistics
11 * @group plugins
12 */
13class LoggerTest extends DokuWikiTest
14{
15    /**
16     * @todo implement tests
17     */
18    public function testSomething()
19    {
20
21    }
22}
23