Skip to content

Commit 4664fa8

Browse files
committed
ISSUE-338: use docker
1 parent 7d1b622 commit 4664fa8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
experimental: true
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- name: Set up PHP ${{ matrix.php-version }}
2424
uses: shivammathur/setup-php@v2

tests/features/bootstrap/SubscriberContext.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
require __DIR__.'/bootstrap.php';
44

55
use Behat\Behat\Context\Context;
6-
use Behat\Gherkin\Node\TableNode;
76
use Behat\Gherkin\Node\PyStringNode;
87
use Behat\Behat\Hook\Scope\BeforeScenarioScope;
98

@@ -25,10 +24,9 @@ public function beforeScenario(BeforeScenarioScope $scope)
2524

2625
/**
2726
* @param string $list
28-
* @param array $table
29-
*
30-
* @Given /I have "(.*)" list with the following subscribers:/
27+
* @param PyStringNode $stringNode
3128
* @throws Exception
29+
* @Given /I have "(.*)" list with the following subscribers:/
3230
*/
3331
public function iHaveSubscribersForList($list, PyStringNode $stringNode)
3432
{

0 commit comments

Comments
 (0)