mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
add behat-rest-fr test flex 1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# This file contains a user story for demonstration only.
|
||||
# Learn how to get started with Behat and BDD on Behat's website:
|
||||
# http://behat.org/en/latest/quick_start.html
|
||||
|
||||
Feature:
|
||||
In order to prove that the Behat Symfony extension is correctly installed
|
||||
As a user
|
||||
I want to have a demo scenario
|
||||
|
||||
Scenario: It receives a response from Symfony's kernel
|
||||
When a demo scenario sends a request to "/"
|
||||
Then the response should be received
|
||||
Reference in New Issue
Block a user