Tests\PHPSA\TestCase::newFakeScalarExpr PHP Method

newFakeScalarExpr() public method

public newFakeScalarExpr ( integer $type = CompiledExpression::UNKNOWN, null $value = null ) : Fake
$type integer
$value null
return PHPSA\Node\Scalar\Fake
    public function newFakeScalarExpr($type = CompiledExpression::UNKNOWN, $value = null)
    {
        return new Fake($value, $type);
    }