@@ -288,6 +288,9 @@ discard block |
||
| 288 | 288 | $Horizon->columnExists(); |
| 289 | 289 | } |
| 290 | 290 | |
| 291 | + /** |
|
| 292 | + * @param string $fileName |
|
| 293 | + */ |
|
| 291 | 294 | private function publishPlugin($fileName) |
| 292 | 295 | { |
| 293 | 296 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -410,6 +413,9 @@ discard block |
||
| 410 | 413 | |
| 411 | 414 | private $code; |
| 412 | 415 | |
| 416 | + /** |
|
| 417 | + * @param string $code |
|
| 418 | + */ |
|
| 413 | 419 | public function __construct(AcceptanceTester $I, $code) |
| 414 | 420 | { |
| 415 | 421 | parent::__construct($I); |
@@ -552,6 +558,9 @@ discard block |
||
| 552 | 558 | return $this; |
| 553 | 559 | } |
| 554 | 560 | |
| 561 | + /** |
|
| 562 | + * @param string $fileName |
|
| 563 | + */ |
|
| 555 | 564 | private function publishPlugin($fileName) |
| 556 | 565 | { |
| 557 | 566 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -575,6 +584,9 @@ discard block |
||
| 575 | 584 | /** @var string */ |
| 576 | 585 | private $code; |
| 577 | 586 | |
| 587 | + /** |
|
| 588 | + * @param string $code |
|
| 589 | + */ |
|
| 578 | 590 | public function __construct(AcceptanceTester $I, $code) |
| 579 | 591 | { |
| 580 | 592 | parent::__construct($I); |