PHP Class spec\PHPSpec2\Matcher\CountMatcher

Inheritance: extends PHPSpec2\ObjectBehavior
Afficher le fichier Open project: phpspec/phpspec2

Méthodes publiques

Méthode 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 méthode

it_should_match_proper_countable_count() public méthode

public it_should_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_mismatch_wrong_array_count() public méthode

it_should_mismatch_wrong_countable_count() public méthode

public it_should_mismatch_wrong_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_proper_countable_count() public méthode

public it_should_not_match_proper_countable_count ( ArrayObject $countable )
$countable ArrayObject

it_should_not_match_wrong_array_count() public méthode

it_should_support_all_aliases() public méthode

let() public méthode

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