You are here

public function QueryTest::testQueries in Apigee Edge 8

Tests developer and developer app entity queries.

File

tests/src/Functional/QueryTest.php, line 126

Class

QueryTest
Developer and developer app entity query test.

Namespace

Drupal\Tests\apigee_edge\Functional

Code

public function testQueries() {
  $this
    ->developerQueryTest();
  $this
    ->smartQueryTest();
}