File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/symplify/easy-testing/src/ValueObject/InputFileInfoAndExpectedFileInfo.php
Back
<?php declare (strict_types=1); namespace RectorPrefix202208\Symplify\EasyTesting\ValueObject; use RectorPrefix202208\Symplify\SmartFileSystem\SmartFileInfo; /** * @api */ final class InputFileInfoAndExpectedFileInfo { /** * @var \Symplify\SmartFileSystem\SmartFileInfo */ private $inputFileInfo; /** * @var \Symplify\SmartFileSystem\SmartFileInfo */ private $expectedFileInfo; public function __construct(SmartFileInfo $inputFileInfo, SmartFileInfo $expectedFileInfo) { $this->inputFileInfo = $inputFileInfo; $this->expectedFileInfo = $expectedFileInfo; } public function getInputFileInfo() : SmartFileInfo { return $this->inputFileInfo; } public function getExpectedFileInfo() : SmartFileInfo { return $this->expectedFileInfo; } public function getExpectedFileContent() : string { return $this->expectedFileInfo->getContents(); } public function getExpectedFileInfoRealPath() : string { return $this->expectedFileInfo->getRealPath(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings