You are here

public function DeveloperTest::testDeveloperRegisterAndCreate in Apigee Edge 8

Tests developer registration and create by admin.

File

tests/src/Functional/DeveloperTest.php, line 154

Class

DeveloperTest
Create, delete, update developer entity tests.

Namespace

Drupal\Tests\apigee_edge\Functional

Code

public function testDeveloperRegisterAndCreate() {
  $this
    ->developerRegisterTest();
  $this
    ->developerCreateByAdminTest();
  $this
    ->developerGetCompanyListTest();
}