You are here

protected function ApigeeEdgeFunctionalTestTrait::disableUserPresave in Apigee Edge 8

The corresponding developer will not be created if a Drupal user is saved.

8 calls to ApigeeEdgeFunctionalTestTrait::disableUserPresave()
AccessTest::setUserPermissions in modules/apigee_edge_teams/tests/src/Functional/AccessTest.php
Sets team permissions.
AccessTest::teamExpansionTest in modules/apigee_edge_teams/tests/src/Functional/AccessTest.php
Tests apigee_edge_teams_test module.
ConfigurationPermissionTest::testAccess in tests/src/Functional/ConfigurationPermissionTest.php
Tests access to the admin pages with admin/authenticated/anonymous roles.
DeveloperAppPermissionTest::assertPermission in tests/src/Functional/DeveloperAppPermissionTest.php
Asserts that an account with a given permission can or can't access pages.
DeveloperSyncTest::setUp in tests/src/Functional/DeveloperSyncTest.php

... See full list

File

tests/src/Traits/ApigeeEdgeFunctionalTestTrait.php, line 75

Class

ApigeeEdgeFunctionalTestTrait
Provides common functionality for the Apigee Edge test classes.

Namespace

Drupal\Tests\apigee_edge\Traits

Code

protected function disableUserPresave() {
  _apigee_edge_set_sync_in_progress(TRUE);
}