PHP Class spec\PHPSpec2\Matcher\CountMatcher

Inheritance: extends PHPSpec2\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

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

Method Details

it_should_match_proper_array_count() public method

it_should_match_proper_countable_count() public method

public it_should_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_mismatch_wrong_array_count() public method

it_should_mismatch_wrong_countable_count() public method

public it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_proper_countable_count() public method

public it_should_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_wrong_array_count() public method

it_should_support_all_aliases() public method

let() public method

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