public function testSupports()
 {
     $converter = $this->getConverter(['fail_on_validation_error' => true, 'validation_errors_argument' => 'testValidationErrors']);
     $configuration = $this->getConfiguration();
     $this->requestBodyConverter->method('supports')->willReturn(true);
     $this->assertTrue($converter->supports($configuration));
 }