public function testRun() { $this->mockEngineMethod('run'); CsrfProtection::run(); }
/** * @return void */ protected function checkCsrf() { if (CsrfProtection::isEnabled()) { CsrfProtection::run(); } }