Skip to content

Commit 9b488d9

Browse files
authored
Update Phiremock.php
1 parent bc55863 commit 9b488d9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Extension/Phiremock.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,21 @@
2525
*/
2626
class Phiremock extends CodeceptionExtension
2727
{
28+
/**
29+
* @var array
30+
*/
2831
public static $events = [];
2932

33+
/**
34+
* @var array
35+
*/
3036
protected $config = [
3137
'listen' => '0.0.0.0:8086',
3238
'debug' => false,
3339
'startDelay' => 0
3440
];
3541

3642
/**
37-
*
3843
* @var PhiremockProcess
3944
*/
4045
private $process;
@@ -51,7 +56,7 @@ public function __construct(
5156
array $options,
5257
PhiremockProcess $process = null
5358
) {
54-
$this->config['bin_path'] = Config::projectDir() . '../vendor/bin';
59+
$this->config['bin_path'] = Config::projectDir() . '../vendor/bin/phiremock';
5560
$this->config['logs_path'] = Config::logDir();
5661

5762
parent::__construct($config, $options);

0 commit comments

Comments
 (0)