Skip to content

Commit f4305ff

Browse files
authored
Added phiremock as module and extension. Since version 2 they are located in different packages (Codeception#369)
1 parent d06776c commit f4305ff

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

_data/extensions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
link: http://github.com/site5/phantoman
2323
description: Extension for automatically starting and stopping PhantomJS when running tests.
2424

25+
- name: Phiremock
26+
link: https://github.com/mcustiel/phiremock-codeception-extension
27+
description: Extension for automatically starting and stopping Phiremock.
28+
2529
- name: Progress Reporter
2630
link: https://github.com/fr05t1k/codeception-progress-reporter
2731
description: The reporter with a progress bar

_data/modules.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
description: Percy https://percy.io integration
117117
color: "#9e66bf"
118118

119-
- name: PhireMock
120-
link: https://github.com/mcustiel/phiremock-codeception-extension
121-
description: Extension and module to mock http request to external services during acceptance testing with Codeception.
119+
- name: Phiremock
120+
link: https://github.com/mcustiel/phiremock-codeception-module
121+
description: Module to mock http request to external services using Phiremock.
122122

123123
- name: Private Sniffer
124124
link: https://github.com/fkupper/private-sniffer-module/

0 commit comments

Comments
 (0)