diff --git a/src/Preparator/ExamplesPreparator.php b/src/Preparator/ExamplesPreparator.php index 92836bd..1cc5bbc 100644 --- a/src/Preparator/ExamplesPreparator.php +++ b/src/Preparator/ExamplesPreparator.php @@ -71,7 +71,8 @@ function (OperationExample $example) { $example->setStatusCode($this->config->response->statusCode); } $example->setAutoComplete($this->config->autoComplete); - $this->buildTestCase($example); + + return $this->buildTestCase($example); } ) ;