PHP Class spec\PhpSpec\Matcher\StartIteratingAsMatcherSpec

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

Public Methods

Method Description
it_does_not_negative_matches_generator_while_starting_iterating_the_same ( )
it_does_not_positive_match_generator_while_not_starting_iterating_the_same ( )
it_is_a_matcher ( )
it_negative_matches_generator_while_not_starting_iterating_the_same ( )
it_negative_matches_infinite_generator_while_not_starting_iterating_the_same ( )
it_positive_matches_generator_while_starting_iterating_the_same ( )
it_positive_matches_infinite_generator_while_starting_iterating_the_same ( )
it_responds_to_startIterating ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Private Methods

Method Description
createGeneratorReturningArray ( array $array ) : Generator
createInfiniteGenerator ( ) : Generator

Method Details

it_does_not_negative_matches_generator_while_starting_iterating_the_same() public method

it_does_not_positive_match_generator_while_not_starting_iterating_the_same() public method

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_negative_matches_generator_while_not_starting_iterating_the_same() public method

it_negative_matches_infinite_generator_while_not_starting_iterating_the_same() public method

it_positive_matches_generator_while_starting_iterating_the_same() public method

it_positive_matches_infinite_generator_while_starting_iterating_the_same() public method

it_responds_to_startIterating() public method

let() public method

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