@@ -436,6 +436,9 @@ discard block |
||
436 | 436 | $fs->remove($dir); |
437 | 437 | } |
438 | 438 | |
439 | + /** |
|
440 | + * @param string $fileName |
|
441 | + */ |
|
439 | 442 | private function publishPlugin($fileName) |
440 | 443 | { |
441 | 444 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -581,6 +584,9 @@ discard block |
||
581 | 584 | /** @var Store_Plugin */ |
582 | 585 | protected $dependency; |
583 | 586 | |
587 | + /** |
|
588 | + * @param string $code |
|
589 | + */ |
|
584 | 590 | public function __construct(AcceptanceTester $I, $code, Store_Plugin $dependency = null) |
585 | 591 | { |
586 | 592 | parent::__construct($I); |
@@ -713,6 +719,9 @@ discard block |
||
713 | 719 | return $this; |
714 | 720 | } |
715 | 721 | |
722 | + /** |
|
723 | + * @param string $fileName |
|
724 | + */ |
|
716 | 725 | protected function publishPlugin($fileName) |
717 | 726 | { |
718 | 727 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -731,6 +740,9 @@ discard block |
||
731 | 740 | /** @var string */ |
732 | 741 | private $code; |
733 | 742 | |
743 | + /** |
|
744 | + * @param string $code |
|
745 | + */ |
|
734 | 746 | public function __construct(AcceptanceTester $I, $code) |
735 | 747 | { |
736 | 748 | parent::__construct($I); |