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