File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 18
18
experimental : true
19
19
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
23
23
- name : Set up PHP ${{ matrix.php-version }}
24
24
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3
3
require __DIR__ .'/bootstrap.php ' ;
4
4
5
5
use Behat \Behat \Context \Context ;
6
- use Behat \Gherkin \Node \TableNode ;
7
6
use Behat \Gherkin \Node \PyStringNode ;
8
7
use Behat \Behat \Hook \Scope \BeforeScenarioScope ;
9
8
@@ -25,10 +24,9 @@ public function beforeScenario(BeforeScenarioScope $scope)
25
24
26
25
/**
27
26
* @param string $list
28
- * @param array $table
29
- *
30
- * @Given /I have "(.*)" list with the following subscribers:/
27
+ * @param PyStringNode $stringNode
31
28
* @throws Exception
29
+ * @Given /I have "(.*)" list with the following subscribers:/
32
30
*/
33
31
public function iHaveSubscribersForList ($ list , PyStringNode $ stringNode )
34
32
{
You can’t perform that action at this time.
0 commit comments