mini\Test::assertInstanceOf()
protected
Documentation
Documentation missing - No docblock found for this method.
Signature
protected function assertInstanceOf(string $class, mixed $value, string $message = ''): void
Parameters
| Name | Type | Default |
|---|---|---|
$class
|
string |
required |
$value
|
mixed |
required |
$message
|
string |
''
|
Returns
void