From 78a5c2aec7ccb1a77e7ad02d2fd9670d1ceca24a Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Fri, 17 Jan 2020 17:38:33 +0100 Subject: [PATCH] =?UTF-8?q?Disabled=20e=5FonlineTest::testGoOnline()=20?= =?UTF-8?q?=E2=80=93=20has=20no=20assertions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- e107_tests/tests/unit/e_onlineTest.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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() {