diff --git a/tests/TransparentEmailTest.php b/tests/TransparentEmailTest.php index 76d99c6..39ab8fa 100644 --- a/tests/TransparentEmailTest.php +++ b/tests/TransparentEmailTest.php @@ -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'],