<?php

namespace dokuwiki\plugin\statistics\test;

use DokuWikiTest;

/**
 * FIXME tests for the statistics plugin
 *
 * @group plugin_statistics
 * @group plugins
 */
class LoggerTest extends DokuWikiTest
{
    /**
     * @todo implement tests
     */
    public function testSomething()
    {

    }
}
