Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit c6c1890

Browse files
committed
Small fixes
1 parent 0ce553f commit c6c1890

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you want to access directly to this repo, adding this to your composer.json s
3535
}
3636
],
3737
"require": {
38-
"mcustiel/php-simple-request": "dev-master"
38+
"mcustiel/codeception-wiremock-extension": "dev-master"
3939
}
4040
}
4141
```

src/Extension/WireMock.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class WireMock extends CodeceptionExtension
5151
* @param WireMockArguments $argumentsManager optional WireMockArguments object
5252
*/
5353
public function __construct(
54-
$config,
55-
$options,
54+
array $config,
55+
array $options,
5656
WireMockDownloader $downloader = null,
5757
WireMockProcess $process = null,
5858
WireMockArguments $argumentsManager = null

tests/tests/acceptance.suite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ modules:
1010
- PhpBrowser:
1111
url: http://localhost/myapp
1212
- \Helper\Acceptance
13-
- WireMock
13+
- WireMock
14+
- Assert

0 commit comments

Comments
 (0)