/**
  * @test
  * @expectedException \Surfnet\SamlBundle\Exception\RuntimeException
  */
 public function it_throws_when_no_authentication()
 {
     $logger = new SamlAuthenticationLogger(m::mock('Psr\\Log\\LoggerInterface'));
     $logger->emergency('message2');
 }