mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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()
|
public function testGoOnline()
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->on->goOnline(true, true);
|
$this->on->goOnline(true, true);
|
||||||
|
|
||||||
$this->on->goOnline(false, false);
|
$this->on->goOnline(false, false);
|
||||||
|
|
||||||
|
|
||||||
// $this->on->goOnline(true, true);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// var_dump($markers);
|
|
||||||
// var_dump(TOTAL_ONLINE);
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
public function testIsBot()
|
public function testIsBot()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user