We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538aa65 commit 0c9b252Copy full SHA for 0c9b252
src/Module/Phiremock.php
@@ -40,6 +40,7 @@ class Phiremock extends CodeceptionModule
40
'port' => 8086,
41
'reset_before_each_test' => false,
42
'client_factory' => 'default',
43
+ self::EXPECTATIONS_PATH_CONFIG => null,
44
];
45
46
/** @var \Mcustiel\Phiremock\Client\Phiremock */
0 commit comments