Skip to content

Instantly share code, notes, and snippets.

@pavlakis
Created December 6, 2019 09:10
Show Gist options
  • Save pavlakis/88330bb6662072716635fee4cccf9503 to your computer and use it in GitHub Desktop.
Save pavlakis/88330bb6662072716635fee4cccf9503 to your computer and use it in GitHub Desktop.
Access route paths from Behat
default:
suites:
api:
paths: [ "%paths.base%/features/api" ]
contexts:
- ApiContext:
entityManager: '@doctrine.orm.default_entity_manager'
routingExtension: '@twig.extension.routing'
extensions:
Behat\Symfony2Extension:
kernel:
bootstrap: "vendor/autoload.php"
class: App\Kernel
Behat\MinkExtension:
goutte: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment