@@ -307,6 +307,9 @@ discard block |
||
| 307 | 307 | $Boomerang->検証()->無効化()->削除(); |
| 308 | 308 | } |
| 309 | 309 | |
| 310 | + /** |
|
| 311 | + * @param string $fileName |
|
| 312 | + */ |
|
| 310 | 313 | private function publishPlugin($fileName) |
| 311 | 314 | { |
| 312 | 315 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -449,6 +452,9 @@ discard block |
||
| 449 | 452 | |
| 450 | 453 | private $code; |
| 451 | 454 | |
| 455 | + /** |
|
| 456 | + * @param string $code |
|
| 457 | + */ |
|
| 452 | 458 | public function __construct(AcceptanceTester $I, $code) |
| 453 | 459 | { |
| 454 | 460 | parent::__construct($I); |
@@ -570,6 +576,9 @@ discard block |
||
| 570 | 576 | return $this; |
| 571 | 577 | } |
| 572 | 578 | |
| 579 | + /** |
|
| 580 | + * @param string $fileName |
|
| 581 | + */ |
|
| 573 | 582 | private function publishPlugin($fileName) |
| 574 | 583 | { |
| 575 | 584 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -591,6 +600,9 @@ discard block |
||
| 591 | 600 | /** @var string */ |
| 592 | 601 | private $code; |
| 593 | 602 | |
| 603 | + /** |
|
| 604 | + * @param string $code |
|
| 605 | + */ |
|
| 594 | 606 | public function __construct(AcceptanceTester $I, $code) |
| 595 | 607 | { |
| 596 | 608 | parent::__construct($I); |