protected function UiTest::teamAndTeamAppLabelTest in Apigee Edge 8
Tests the team entity label modifications.
1 call to UiTest::teamAndTeamAppLabelTest()
- UiTest::testUi in modules/
apigee_edge_teams/ tests/ src/ Functional/ UiTest.php - Tests the UI of the team and team app entities.
File
- modules/
apigee_edge_teams/ tests/ src/ Functional/ UiTest.php, line 312
Class
- UiTest
- Team and team app entity UI tests.
Namespace
Drupal\Tests\apigee_edge_teams\FunctionalCode
protected function teamAndTeamAppLabelTest() {
$this
->drupalLogin($this->rootUser);
$this
->changeEntityAliasesAndValidate('team', 'apigee_edge_teams.settings.team');
$this
->changeEntityAliasesAndValidate('team_app', 'apigee_edge_teams.settings.team_app');
}