diff --git a/e107_tests/tests/unit/e_onlineTest.php b/e107_tests/tests/unit/e_onlineTest.php index e2efae2cc..8c3497e61 100644 --- a/e107_tests/tests/unit/e_onlineTest.php +++ b/e107_tests/tests/unit/e_onlineTest.php @@ -29,24 +29,17 @@ } - - - + /** + * FIXME: This test has no assertions! + */ + /* public function testGoOnline() { - $this->on->goOnline(true, true); $this->on->goOnline(false, false); - - - // $this->on->goOnline(true, true); - - - - // var_dump($markers); - // var_dump(TOTAL_ONLINE); } + */ public function testIsBot() {