public function testSetToken()
 {
     $token = new AnonymousToken('x', 'y');
     $this->pwfc->setToken($token);
     $this->assertSame($token, $this->pwfc->getToken());
 }