basz / SlmLocale

Auto detection of locale through different strategies for Zend Framework 2
Other
67 stars 34 forks source link

Bugfix issue #44 #57

Closed thomascrepain closed 10 years ago

thomascrepain commented 10 years ago

strpos returns false when the locale key is in the domain in HostStrategy, updated if statement

juriansluiman commented 10 years ago

My bad, this is the case due to missing tests for the host strategy.

@thomascrepain do you have time to create some tests for this strategy? You could take a look at the query strategy test as an exmple.