function NotificationsAnonymousTests::createMail in Notifications 7
Same name and namespace in other branches
- 6.4 tests/notifications_anonymous.test \NotificationsAnonymousTests::createMail()
1 call to NotificationsAnonymousTests::createMail()
File
- tests/
notifications_anonymous.test, line 70
Class
Code
function createMail() {
return $this
->randomName() . '@example.com';
}