PHP Class spec\PhpSpec\Matcher\IdentityMatcherSpec

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

Public Methods

Method Description
it_does_not_match_empty_string_with_emptish_values ( )
it_does_not_match_false_with_emptish_values ( )
it_does_not_match_non_empty_different_value ( )
it_does_not_match_null_with_emptish_values ( )
it_does_not_match_zero_with_emptish_values ( )
it_is_a_matcher ( )
it_matches_empty_strings ( )
it_matches_not_empty_strings ( )
it_mismatches_empty_string ( )
it_mismatches_empty_string_with_emptish_values ( )
it_mismatches_false_with_emptish_values_using_identity_operator ( )
it_mismatches_not_empty_string ( $matcher )
it_mismatches_null_with_emptish_values_using_identity_operator ( )
it_mismatches_on_non_empty_different_value ( )
it_mismatches_zero_with_emptish_values_using_identity_operator ( )
it_responds_to_be ( )
it_responds_to_beEqualTo ( )
it_responds_to_equal ( )
it_responds_to_return ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_does_not_match_empty_string_with_emptish_values() public method

it_does_not_match_false_with_emptish_values() public method

it_does_not_match_non_empty_different_value() public method

it_does_not_match_null_with_emptish_values() public method

it_does_not_match_zero_with_emptish_values() public method

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_matches_empty_strings() public method

it_matches_not_empty_strings() public method

it_mismatches_empty_string() public method

it_mismatches_empty_string_with_emptish_values() public method

it_mismatches_false_with_emptish_values_using_identity_operator() public method

it_mismatches_not_empty_string() public method

public it_mismatches_not_empty_string ( $matcher )

it_mismatches_null_with_emptish_values_using_identity_operator() public method

it_mismatches_on_non_empty_different_value() public method

it_mismatches_zero_with_emptish_values_using_identity_operator() public method

it_responds_to_be() public method

public it_responds_to_be ( )

it_responds_to_beEqualTo() public method

it_responds_to_equal() public method

it_responds_to_return() public method

let() public method

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