You are here

public function StubRequestHandlerResourcePlugin::post in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\StubRequestHandlerResourcePlugin::post()

File

core/modules/rest/tests/src/Kernel/RequestHandlerTest.php, line 105

Class

StubRequestHandlerResourcePlugin
Stub class where we can prophesize methods.

Namespace

Drupal\Tests\rest\Kernel

Code

public function post() {
}