You are here

public function ClientFactoryMock::isConfigurationSet in Acquia Content Hub 8.2

Verifies whether Content Hub has been configured or not.

Return value

bool TRUE if configuration is set, FALSE otherwise.

Overrides ClientFactory::isConfigurationSet

File

tests/modules/acquia_contenthub_server_test/src/Client/ClientFactoryMock.php, line 59

Class

ClientFactoryMock
Mocks the client factory service.

Namespace

Drupal\acquia_contenthub_server_test\Client

Code

public function isConfigurationSet(Settings $settings = NULL) : bool {
  return TRUE;
}