You are here

private function ContentHubStatusReportTest::getClient in Acquia Content Hub 8.2

Creates cloned prophetic client.

Return value

\Prophecy\Prophecy\ObjectProphecy Clones client so data isn't changed.

File

tests/src/Kernel/ContentHubStatusReportTest.php, line 229

Class

ContentHubStatusReportTest
Tests the Content Hub settings form.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

private function getClient() {
  return clone $this->client;
}