Method "isCaseSensitive" is overwritten in test

This commit is contained in:
bkrukowski 2016-09-10 01:55:11 +02:00
parent cd2934f6c1
commit cda8b9b99f

View File

@ -20,6 +20,11 @@ abstract class MultiDomain implements ServiceInterface
return in_array(strtolower($domain), $this->getDomainList()); return in_array(strtolower($domain), $this->getDomainList());
} }
/**
* @codeCoverageIgnore
*
* @return bool
*/
protected function isCaseSensitive() : bool protected function isCaseSensitive() : bool
{ {
return false; return false;