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