File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1919namespace Codeception \Extension ;
2020
2121use Codeception \Event \SuiteEvent ;
22+ use Codeception \Exception \ConfigurationException ;
2223use Codeception \Extension as CodeceptionExtension ;
2324use Codeception \Suite ;
2425use Mcustiel \Phiremock \Codeception \Extension \Config ;
@@ -41,6 +42,7 @@ class Phiremock extends CodeceptionExtension
4142 /** @var Config */
4243 private $ extensionConfig ;
4344
45+ /** @throws ConfigurationException */
4446 public function __construct (
4547 array $ config ,
4648 array $ options ,
@@ -99,6 +101,7 @@ private function initProcess(?PhiremockProcessManager $process): void
99101 $ this ->process = $ process ?? new PhiremockProcessManager ($ this ->getOutputCallable ());
100102 }
101103
104+ /** @throws ConfigurationException */
102105 private function setDefaultLogsPath (): void
103106 {
104107 if (!isset ($ this ->config ['logs_path ' ])) {
You can’t perform that action at this time.
0 commit comments