public function testGetToken()
 {
     $this->mockEngineMethod('getToken')->willReturn(true);
     $this->assertTrue(CsrfProtection::getToken());
 }