Skip to content
Jorge Estanislao Barsoba edited this page May 12, 2022 · 1 revision

Must-Knows - BDD in PHP with Behat

Commands

  • Run scenarios: vendor/bin/behat
  • Generate and append snippets for missing step methods into FeatureContext class: vendor/bin/behat --dry-run --append-snippets

Clone this wiki locally