You are here

protected function S3FileEntityHandlerTest::shouldBeCalledOnce in Acquia Content Hub 8.2

Callback for shouldBeCalledOnce.

Parameters

\Prophecy\Prophecy\MethodProphecy $method: The method to extend.

File

modules/acquia_contenthub_s3/tests/src/Unit/S3FileEntityHandlerTest.php, line 113

Class

S3FileEntityHandlerTest
Tests the S3FileEntityHandler.

Namespace

Drupal\Tests\acquia_contenthub_s3\Unit

Code

protected function shouldBeCalledOnce(MethodProphecy $method) : void {
  $method
    ->shouldBeCalledOnce();
}