You are here

function NotificationsAnonymousTests::createMail in Notifications 6.4

Same name and namespace in other branches
  1. 7 tests/notifications_anonymous.test \NotificationsAnonymousTests::createMail()
1 call to NotificationsAnonymousTests::createMail()
NotificationsAnonymousTests::testAnonymousSubscriptions in tests/notifications_anonymous.test

File

tests/notifications_anonymous.test, line 70

Class

NotificationsAnonymousTests

Code

function createMail() {
  return $this
    ->randomName() . '@example.com';
}