mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Add comments mentionning these scenarios as demonstration and refering to Behat's website
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user