public function StubRequestHandlerResourcePlugin::post in Drupal 8
Same name and namespace in other branches
- 9 core/modules/rest/tests/src/Kernel/RequestHandlerTest.php \Drupal\Tests\rest\Kernel\StubRequestHandlerResourcePlugin::post()
File
- core/
modules/ rest/ tests/ src/ Kernel/ RequestHandlerTest.php, line 154
Class
- StubRequestHandlerResourcePlugin
- Stub class where we can prophesize methods.
Namespace
Drupal\Tests\rest\KernelCode
public function post() {
}