@@ -365,6 +365,9 @@ discard block |
||
365 | 365 | $Horizon->検証(); |
366 | 366 | } |
367 | 367 | |
368 | + /** |
|
369 | + * @param string $fileName |
|
370 | + */ |
|
368 | 371 | private function publishPlugin($fileName) |
369 | 372 | { |
370 | 373 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -508,6 +511,9 @@ discard block |
||
508 | 511 | /** @var Store_Plugin */ |
509 | 512 | protected $dependentBy; |
510 | 513 | |
514 | + /** |
|
515 | + * @param string $code |
|
516 | + */ |
|
511 | 517 | public function __construct(AcceptanceTester $I, $code, Store_Plugin $dependentBy = null) |
512 | 518 | { |
513 | 519 | parent::__construct($I); |
@@ -633,6 +639,9 @@ discard block |
||
633 | 639 | return $this; |
634 | 640 | } |
635 | 641 | |
642 | + /** |
|
643 | + * @param string $fileName |
|
644 | + */ |
|
636 | 645 | protected function publishPlugin($fileName) |
637 | 646 | { |
638 | 647 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -654,6 +663,9 @@ discard block |
||
654 | 663 | /** @var string */ |
655 | 664 | private $code; |
656 | 665 | |
666 | + /** |
|
667 | + * @param string $code |
|
668 | + */ |
|
657 | 669 | public function __construct(AcceptanceTester $I, $code) |
658 | 670 | { |
659 | 671 | parent::__construct($I); |