1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Disabled e_onlineTest::testGoOnline() – has no assertions

This commit is contained in:
Nick Liu
2020-01-17 17:38:33 +01:00
parent b4e48f8cbf
commit 78a5c2aec7

View File

@@ -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()
{