PHP 클래스 spec\PhpSpec\Matcher\ArrayCountMatcherSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
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