You are here

public function DatabaseMockStorage::responseCount in Apigee Edge 8

File

tests/modules/apigee_mock_api_client/src/DatabaseMockStorage.php, line 115

Class

DatabaseMockStorage
A mock storage for functional tests.

Namespace

Drupal\apigee_mock_api_client

Code

public function responseCount() : int {
  return $this->queue
    ->numberOfItems();
}