Skip to content

Commit 4830106

Browse files
mcustielMariano Custiel
andauthored
Feature/secure (#40)
* Allow to start several phiremock instances * Added support for secure phiremock server * Set defaults Co-authored-by: Mariano Custiel <[email protected]>
1 parent e16cc97 commit 4830106

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

codeception.https.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extensions:
1818
listen: 0.0.0.0:18080
1919
expectations_path:
2020
server_factory: Mcustiel\Phiremock\Codeception\Module\Tests\Helpers\FactoryWithGuzzle7
21-
logs_path: tests/_output/phiremock.extra.log
21+
logs_path: tests/_output/phiremock.extra.log
2222
debug: true
2323
start_delay: 1
2424
extra_instances:
@@ -29,5 +29,5 @@ extensions:
2929
certificate: tests/_data/certificate-cert.pem
3030
certificate_key: tests/_data/certificate-key.key
3131
logs_path: tests/_output/phiremock.secure.log
32-
suites:
32+
suites:
3333
- acceptance

codeception.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ extensions:
1717
\Codeception\Extension\Phiremock:
1818
debug: true
1919
start_delay: 1
20-
suites:
20+
suites:
2121
- unit
2222
extra_instances:
2323
-
2424
listen: 0.0.0.0:18080
2525
debug: true
2626
expectations_path:
2727
server_factory: Mcustiel\Phiremock\Codeception\Module\Tests\Helpers\FactoryWithGuzzle7
28-
logs_path: tests/_output/phiremock.extra.log
28+
logs_path: tests/_output/phiremock.extra.log

0 commit comments

Comments
 (0)