Feature: Using context by its service ID Background: Given a working Symfony application with SymfonyExtension configured And a Behat configuration containing: """ default: suites: default: contexts: - behat.context.some_context """ And a feature file containing: """ Feature: Scenario: Then it should pass """ And a context file "tests/SomeContext.php" containing: """