PHP Class spec\PhpSpec\Matcher\ArrayCountMatcherSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec

Public Methods

Method Description
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 )

Method Details

it_does_not_match_proper_countable_count() public method

public it_does_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_does_not_match_wrong_array_count() public method

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_matches_proper_array_count() public method

it_matches_proper_countable_count() public method

public it_matches_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_mismatches_wrong_array_count() public method

it_mismatches_wrong_countable_count() public method

public it_mismatches_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_responds_to_haveCount() public method

let() public method

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