protected function S3FileEntityHandlerTest::shouldNotBeCalled in Acquia Content Hub 8.2
Callback for shouldNotBeCalled.
Parameters
\Prophecy\Prophecy\MethodProphecy $method: The method to extend.
File
- modules/
acquia_contenthub_s3/ tests/ src/ Unit/ S3FileEntityHandlerTest.php, line 123
Class
- S3FileEntityHandlerTest
- Tests the S3FileEntityHandler.
Namespace
Drupal\Tests\acquia_contenthub_s3\UnitCode
protected function shouldNotBeCalled(MethodProphecy $method) : void {
$method
->shouldNotBeCalled();
}