1*5cc1319aSAndreas Gohr<?php 2*5cc1319aSAndreas Gohr 3*5cc1319aSAndreas Gohrnamespace dokuwiki\plugin\statistics\test; 4*5cc1319aSAndreas Gohr 5*5cc1319aSAndreas Gohruse DokuWikiTest; 6*5cc1319aSAndreas Gohr 7*5cc1319aSAndreas Gohr/** 8*5cc1319aSAndreas Gohr * FIXME tests for the statistics plugin 9*5cc1319aSAndreas Gohr * 10*5cc1319aSAndreas Gohr * @group plugin_statistics 11*5cc1319aSAndreas Gohr * @group plugins 12*5cc1319aSAndreas Gohr */ 13*5cc1319aSAndreas Gohrclass LoggerTest extends DokuWikiTest 14*5cc1319aSAndreas Gohr{ 15*5cc1319aSAndreas Gohr /** 16*5cc1319aSAndreas Gohr * @todo implement tests 17*5cc1319aSAndreas Gohr */ 18*5cc1319aSAndreas Gohr public function testSomething() 19*5cc1319aSAndreas Gohr { 20*5cc1319aSAndreas Gohr 21*5cc1319aSAndreas Gohr } 22*5cc1319aSAndreas Gohr} 23