PHP Class Networking\InitCmsBundle\Tests\EventListener\LocaleListenerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: networking/init-cms-bundle

Public Methods

Method Description
testGetPreferredLocale_Available_ShouldReturnTheFirstBrowserLanguageThatMatchesAnAvailableLanguage ( )
testGetPreferredLocale_NotAvailable_ShouldReturnDefault ( )
testGuessFrontendLocale_withArray ( )
testOnKernelRequest ( )
testOnKernelRequest_WithNoRequest_ShouldDoNothing ( )
testOnKernelRequest_WithNoSession_ShouldDoNothing ( )
testOnKernelRequest_WithoutPreviousSession ( )

Method Details

testGetPreferredLocale_Available_ShouldReturnTheFirstBrowserLanguageThatMatchesAnAvailableLanguage() public method

testGetPreferredLocale_NotAvailable_ShouldReturnDefault() public method

testGuessFrontendLocale_withArray() public method

testOnKernelRequest() public method

public testOnKernelRequest ( )

testOnKernelRequest_WithNoRequest_ShouldDoNothing() public method

testOnKernelRequest_WithNoSession_ShouldDoNothing() public method

testOnKernelRequest_WithoutPreviousSession() public method