Documentation

TestWithJson
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Attributes
#[Attribute]
\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE

Table of Contents

Properties

$json  : non-empty-string
$name  : non-empty-string|null

Methods

__construct()  : mixed
json()  : non-empty-string
name()  : non-empty-string|null

Properties

Methods

__construct()

public __construct(non-empty-string $json[, non-empty-string|null $name = null ]) : mixed
Parameters
$json : non-empty-string
$name : non-empty-string|null = null

json()

public json() : non-empty-string
Return values
non-empty-string

name()

public name() : non-empty-string|null
Return values
non-empty-string|null
On this page

Search results