Mark Lambley
Mark Lambley
Servaxle is cleaner but pimple is more functional. [swagception.zip](https://github.com/mlambley/swagception/files/2251806/swagception.zip)
So far we have a single class (like a cest) which defines each step (create, get, update, delete). Then we have entities like customers and employees which are mapped to...
I don't have any $refs in my json, because I use: ```php $dereferencer = new \League\JsonReference\Dereferencer(); $dereferencer->setReferenceSerializer(new \League\JsonReference\ReferenceSerializer\InlineReferenceSerializer()); $schema = $dereferencer->dereference('file:///' . $unresolvedFile); ``` From https://github.com/thephpleague/json-reference which is now unmaintained,...
Hi Pavel, I'm not with my computer at the moment (doing the best I can with my phone). There are a couple of things I'd like to note. Firstly, I...
Thank you for this @sgdot I will give this a proper review and give feedback.
Closes https://github.com/mlambley/swagception/issues/15
Could you please start by looking at [DefaultPathHandlerCest](https://github.com/sgdot/swagception/blob/support-http-method/tests/acceptance/DefaultPathHandlerCest.php) and giving some thought regarding how that will look in the new structure? Because right now the test will run `GET /users/1`...
It's been a long time since I've worked with Codeception or Swagger. I might put some time into reviving this project. But honestly I'm not happy with the amount of...