PHP Класс spec\PHPSpec2\Matcher\CountMatcher

Наследование: extends PHPSpec2\ObjectBehavior
Показать файл Открыть проект

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

Метод Описание
it_should_match_proper_array_count ( )
it_should_match_proper_countable_count ( ArrayObject $countable )
it_should_mismatch_wrong_array_count ( )
it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
it_should_not_match_proper_countable_count ( ArrayObject $countable )
it_should_not_match_wrong_array_count ( )
it_should_support_all_aliases ( )
let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )

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

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

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

public it_should_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

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

public it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

public it_should_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

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

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

public let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )
$presenter PHPSpec2\Formatter\Presenter\StringPresenter