Skip to content

Commit 701552b

Browse files
committed
Fix scenarios description
1 parent ed49918 commit 701552b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/importing_files.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Feature: 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:

0 commit comments

Comments
 (0)