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 ) |
public it_should_match_proper_countable_count ( ArrayObject $countable ) | ||
$countable | ArrayObject |
public it_should_mismatch_wrong_array_count ( ) |
public it_should_mismatch_wrong_countable_count ( ArrayObject $countable ) | ||
$countable | ArrayObject |
public it_should_not_match_proper_countable_count ( ArrayObject $countable ) | ||
$countable | ArrayObject |
public it_should_not_match_wrong_array_count ( ) |
public let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter ) | ||
$presenter | PHPSpec2\Formatter\Presenter\StringPresenter |