PHP Класс ComponentStubMatcher

Наследование: implements PHPUnit_Framework_MockObject_Matcher_Invocation
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$properties

Открытые методы

Метод Описание
__construct ( array $properties )
invoked ( PHPUnit_Framework_MockObject_Invocation $invocation )
matches ( PHPUnit_Framework_MockObject_Invocation $invocation )
toString ( )
verify ( )

Защищенные методы

Метод Описание
methodNameToProperty ( PHPUnit_Framework_MockObject_Invocation $invocation, $return_bool )

Описание методов

__construct() публичный Метод

public __construct ( array $properties )
$properties array

invoked() публичный Метод

public invoked ( PHPUnit_Framework_MockObject_Invocation $invocation )
$invocation PHPUnit_Framework_MockObject_Invocation

matches() публичный Метод

public matches ( PHPUnit_Framework_MockObject_Invocation $invocation )
$invocation PHPUnit_Framework_MockObject_Invocation

methodNameToProperty() защищенный Метод

protected methodNameToProperty ( PHPUnit_Framework_MockObject_Invocation $invocation, $return_bool )
$invocation PHPUnit_Framework_MockObject_Invocation

toString() публичный Метод

public toString ( )

verify() публичный Метод

public verify ( )

Описание свойств

$properties защищенное свойство

protected $properties