PHP Class PhpSpec\Wrapper\Unwrapper

Inheritance: implements Prophecy\Prophecy\RevealerInterface
Mostra file Open project: phpspec/phpspec Class Usage Examples

Public Methods

Method Description
reveal ( mixed $value ) : mixed
unwrapAll ( array $arguments ) : array
unwrapOne ( mixed $argument ) : mixed

Method Details

reveal() public method

public reveal ( mixed $value ) : mixed
$value mixed
return mixed

unwrapAll() public method

public unwrapAll ( array $arguments ) : array
$arguments array
return array

unwrapOne() public method

public unwrapOne ( mixed $argument ) : mixed
$argument mixed
return mixed