@@ -253,6 +253,9 @@ discard block |
||
253 | 253 | $I->assertFileNotExists($updatedPath); |
254 | 254 | } |
255 | 255 | |
256 | + /** |
|
257 | + * @param string $fileName |
|
258 | + */ |
|
256 | 259 | private function publishPlugin($fileName) |
257 | 260 | { |
258 | 261 | copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -365,6 +368,9 @@ discard block |
||
365 | 368 | |
366 | 369 | private $code; |
367 | 370 | |
371 | + /** |
|
372 | + * @param string $code |
|
373 | + */ |
|
368 | 374 | public function __construct(AcceptanceTester $I, $code) |
369 | 375 | { |
370 | 376 | parent::__construct($I); |
@@ -486,6 +492,9 @@ discard block |
||
486 | 492 | return $this; |
487 | 493 | } |
488 | 494 | |
495 | + /** |
|
496 | + * @param string $fileName |
|
497 | + */ |
|
489 | 498 | private function publishPlugin($fileName) |
490 | 499 | { |
491 | 500 | $published = copy(codecept_data_dir().'/'.'plugins/'.$fileName, codecept_root_dir().'/repos/'.$fileName); |
@@ -509,6 +518,9 @@ discard block |
||
509 | 518 | /** @var string */ |
510 | 519 | private $code; |
511 | 520 | |
521 | + /** |
|
522 | + * @param string $code |
|
523 | + */ |
|
512 | 524 | public function __construct(AcceptanceTester $I, $code) |
513 | 525 | { |
514 | 526 | parent::__construct($I); |