You are here

function NotificationsContentTests::testSimpleUserLogin in Notifications 6.4

Same name and namespace in other branches
  1. 7 tests/notifications_content.test \NotificationsContentTests::testSimpleUserLogin()

Simple test fails on login

File

tests/notifications_content.test, line 32

Class

NotificationsContentTests

Code

function testSimpleUserLogin() {
  $user = $this
    ->drupalCreateUser();
  $this
    ->drupalLogin($user);
}