1 path_pattern.test PathPatternFunctionalTestCase::testUserEditing()

Basic functional testing of Path automatic aliases with users.

File

core/modules/path/tests/path_pattern.test, line 685
Functionality tests for automatic path generation.

Class

PathPatternFunctionalTestCase
Test basic Path automatic URL alias functionality.

Code

function testUserEditing() {
  // There should be no auto checkbox on user forms.
  $this->backdropGet('user/' . $this->admin_user->uid . '/edit');
  $this->assertNoFieldById('edit-path-auto');
}