EmailAttachmentCount
extends Constraint
in package
Table of Contents
- $expectedValue : mixed
- $transport : mixed
- __construct() : mixed
- toString() : string
- {@inheritdoc}
- failureDescription() : string
- matches() : bool
Properties
$expectedValue
private
mixed
$expectedValue
$transport
private
mixed
$transport
Methods
__construct()
public
__construct(int $expectedValue[, string $transport = null ]) : mixed
Parameters
- $expectedValue : int
- $transport : string = null
Return values
mixed —toString()
{@inheritdoc}
public
toString() : string
Return values
string —failureDescription()
protected
failureDescription(RawMessage $message) : string
Parameters
- $message : RawMessage
Return values
string —matches()
protected
matches(RawMessage $message) : bool
Parameters
- $message : RawMessage