getAuthenticationManager() public method

Get authentication manager
Deprecation:
コード例 #1
0
ファイル: RouterTest.php プロジェクト: pacho104/redbpim
 public function testNullAuthenticationManager()
 {
     $this->assertNull($this->router->getAuthenticationManager());
 }