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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user