File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Feature : Importing files
2- In order to declare own services inside Behat container without writing an extension
2+ In order to declare own services and parameters inside Behat container without writing an extension
33 As a Behat User
44 I need to import service definitions and parameters from files
55
@@ -50,7 +50,7 @@ Feature: Importing files
5050 """
5151
5252
53- Scenario : Importing a service from a Yaml file
53+ Scenario : Importing a parameter from a Yaml file
5454 Given a Behat configuration containing:
5555 """
5656 default:
@@ -72,7 +72,7 @@ Feature: Importing files
7272 When I run Behat
7373 Then it should pass
7474
75- Scenario : Importing a service from a XML file
75+ Scenario : Importing a parameter from a XML file
7676 Given a Behat configuration containing:
7777 """
7878 default:
@@ -97,7 +97,7 @@ Feature: Importing files
9797 When I run Behat
9898 Then it should pass
9999
100- Scenario : Importing a service from a PHP file
100+ Scenario : Importing a parameter from a PHP file
101101 Given a Behat configuration containing:
102102 """
103103 default:
You can’t perform that action at this time.
0 commit comments