Too many characters in one line

This commit is contained in:
bkrukowski 2016-09-10 15:18:48 +02:00
parent 6011268049
commit 7cfc77817e

View File

@ -44,7 +44,11 @@ class TransparentEmailTest extends \PHPUnit_Framework_TestCase
public function providerGetPrimaryEmail() public function providerGetPrimaryEmail()
{ {
return [ 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+alias@gmail.com', 'johndoe@gmail.com'],
[new TransparentEmail([]), 'John.Doe@example.com', 'john.doe@example.com'], [new TransparentEmail([]), 'John.Doe@example.com', 'john.doe@example.com'],
[new TransparentEmail([], true), 'John.Doe@example.com', 'John.Doe@example.com'], [new TransparentEmail([], true), 'John.Doe@example.com', 'John.Doe@example.com'],