You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Obviously that statement should not be, totally obsolete. It was already removed in master. I removed the statement in the 3.x branch as well. I will release a new patch version later today, in the mean time you can either remove the statement from your vendor directory or composer require kleijnweb/swagger-bundle=dev-3.x.
Having said that, please note that SwaggerBundle tested nor guaranteed to run properly on Windows, something which is not likely to change. I'll gladly fix minor issues reported though :)
Thanks for fixing that. I already removed the code from the vendor directory and it worked after that.
Other than that everything works fine on Windows. I only use it on one of my PCs for development, so while it is not a problem to run tests in Travis, I didn't like that I was not able to execute them during development.
Great that it works now!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a hard coded path in the
ApiTestCase
class:The path to
/tmp/swagger.json
cannot be resolved on Windows.The text was updated successfully, but these errors were encountered: