PHP Class PhpSpec\Wrapper\Unwrapper

Inheritance: implements Prophecy\Prophecy\RevealerInterface
Afficher le fichier Open project: phpspec/phpspec Class Usage Examples

Méthodes publiques

Méthode Description
reveal ( mixed $value ) : mixed
unwrapAll ( array $arguments ) : array
unwrapOne ( mixed $argument ) : mixed

Method Details

reveal() public méthode

public reveal ( mixed $value ) : mixed
$value mixed
Résultat mixed

unwrapAll() public méthode

public unwrapAll ( array $arguments ) : array
$arguments array
Résultat array

unwrapOne() public méthode

public unwrapOne ( mixed $argument ) : mixed
$argument mixed
Résultat mixed