public function testGetUniqueId()
 {
     $req = new ButtonAuthenticationRequest('foo', wfMessage('bar'), wfMessage('baz'));
     $this->assertSame('MediaWiki\\Auth\\ButtonAuthenticationRequest:foo', $req->getUniqueId());
 }