mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-22 13:26:06 +03:00
Method "isCaseSensitive" is overwritten in test
This commit is contained in:
parent
cd2934f6c1
commit
cda8b9b99f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user