class PHPUnit_Util_InvalidArgumentHelper (View source)

Factory for PHPUnit_Framework_Exception objects that are used to describe invalid arguments passed to a function or method.

Methods

factory(int $argument, string $type, mixed $value = null)

No description

Details

static PHPUnit_Framework_Exception factory(int $argument, string $type, mixed $value = null)

Parameters

int $argument
string $type
mixed $value

Return Value

PHPUnit_Framework_Exception