PHP 8.2.31
Preview: FunctionNameWithAssertMethods.php Size: 945 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-phpunit/src/ValueObject/FunctionNameWithAssertMethods.php

<?php

declare (strict_types=1);
namespace Rector\PHPUnit\ValueObject;

final class FunctionNameWithAssertMethods
{
    /**
     * @readonly
     * @var string
     */
    private $functionName;
    /**
     * @readonly
     * @var string
     */
    private $assetMethodName;
    /**
     * @readonly
     * @var string
     */
    private $notAssertMethodName;
    public function __construct(string $functionName, string $assetMethodName, string $notAssertMethodName)
    {
        $this->functionName = $functionName;
        $this->assetMethodName = $assetMethodName;
        $this->notAssertMethodName = $notAssertMethodName;
    }
    public function getFunctionName() : string
    {
        return $this->functionName;
    }
    public function getAssetMethodName() : string
    {
        return $this->assetMethodName;
    }
    public function getNotAssertMethodName() : string
    {
        return $this->notAssertMethodName;
    }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
1018 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
946 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
917 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
945 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).