Add comments mentionning these scenarios as demonstration and refering to Behat's website

This commit is contained in:
Samuel ROZE
2017-06-07 10:14:19 +01:00
parent 23b397fd5f
commit 20b53655dd
2 changed files with 10 additions and 0 deletions
@@ -5,6 +5,12 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\KernelInterface;
/**
* This context class contains the definitions of the steps used by the demo
* feature file. Learn how to get started with Behat and BDD on Behat's website.
*
* @see http://behat.org/en/latest/quick_start.html
*/
class FeatureContext implements Context
{
/**
@@ -1,3 +1,7 @@
# 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