PHP Класс spec\PhpSpec\Matcher\ArrayCountMatcherSpec

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

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

Метод Описание
it_does_not_match_proper_countable_count ( ArrayObject $countable )
it_does_not_match_wrong_array_count ( )
it_is_a_matcher ( )
it_matches_proper_array_count ( )
it_matches_proper_countable_count ( ArrayObject $countable )
it_mismatches_wrong_array_count ( )
it_mismatches_wrong_countable_count ( ArrayObject $countable )
it_responds_to_haveCount ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

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

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

public it_does_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

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

public it_is_a_matcher ( )

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

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

public it_matches_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

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

public it_mismatches_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

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

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

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter )
$presenter PhpSpec\Formatter\Presenter\Presenter