mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-24 14:26:05 +03:00
Too many characters in one line
This commit is contained in:
parent
6011268049
commit
7cfc77817e
@ -44,7 +44,11 @@ class TransparentEmailTest extends \PHPUnit_Framework_TestCase
|
||||
public function providerGetPrimaryEmail()
|
||||
{
|
||||
return [
|
||||
[new TransparentEmail([TransparentEmail::SERVICE_TLEN_PL]), 'john.doe+alias@gmail.com', 'john.doe+alias@gmail.com'],
|
||||
[
|
||||
new TransparentEmail([TransparentEmail::SERVICE_TLEN_PL]),
|
||||
'john.doe+alias@gmail.com',
|
||||
'john.doe+alias@gmail.com'
|
||||
],
|
||||
[new TransparentEmail(), 'john.doe+alias@gmail.com', 'johndoe@gmail.com'],
|
||||
[new TransparentEmail([]), 'John.Doe@example.com', 'john.doe@example.com'],
|
||||
[new TransparentEmail([], true), 'John.Doe@example.com', 'John.Doe@example.com'],
|
||||
|
Loading…
Reference in New Issue
Block a user