public function DeveloperAppFieldTest::testFieldableDeveloperApp in Apigee Edge 8
Tests fieldable developer app entity.
File
- tests/
src/ Functional/ DeveloperAppFieldTest.php, line 120
Class
- DeveloperAppFieldTest
- Fieldable developer app test.
Namespace
Drupal\Tests\apigee_edge\FunctionalCode
public function testFieldableDeveloperApp() {
$this
->fieldStorageFormattersTest();
$this
->typesTest();
$this
->requiredFieldTest();
$this
->formRegionTest();
$this
->viewRegionTest();
$this
->credentialsViewTest();
}