on = $this->make('e_online'); $this->on->__construct(); } catch (Exception $e) { $this->assertTrue(false, "Couldn't load e_online object"); } } public function testGoOnline() { $this->on->goOnline(true, true); // var_dump(TOTAL_ONLINE); } public function testIsBot() { } public function testGuestList() { } public function testUserList() { } }