mirror of
https://github.com/retailcrm/transparent-email.git
synced 2024-11-21 21:06:04 +03:00
Gmail test - Even with flag $caseSensitiveLocalPart email should be in lowercase, because gmail names are case insensitive
This commit is contained in:
parent
8b65bea6e5
commit
b22c960871
@ -48,6 +48,7 @@ class GordianusTest extends \PHPUnit_Framework_TestCase
|
||||
[new Gordianus(), 'john.doe+alias@gmail.com', 'johndoe@gmail.com'],
|
||||
[new Gordianus([]), 'John.Doe@example.com', 'john.doe@example.com'],
|
||||
[new Gordianus([], true), 'John.Doe@example.com', 'John.Doe@example.com'],
|
||||
[new Gordianus(Gordianus::ALL_SERVICES, true), 'John.Doe@gmail.com', 'johndoe@gmail.com'],
|
||||
];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user