for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kuleuven\AuthenticationBundle\Controller;
class SecurityController
{
/**
*
*/
public function logoutAction()
throw new \RuntimeException('You must activate the logout setting in your security firewall configuration.');
}