PluginSkeleton
PluginSkeleton copied to clipboard
API Path is wrong in config
The behat tests that come with Sylius expect the new API to be at /api/v2
but the configs at tests/Application/config/sylius/1.10/packages/security.yml
still point to /new-api
through the setting parameters.sylius.security.new_api_route
.
Also all the other settings don't match up with the 1.10 behat tests (for example logging in as an admin, or using the API as a user). Basically the whole security.yaml file should be replaced by the default config.