public function testRefreshSession(stdClass $session) { $response = $this->sendHttpRequest($this->createRefreshRequest($session)); self::assertHttpResponseCodeEquals($response, 200); }