PHP Class spec\PHPSpec2\Matcher\IdentityMatcher

Inheritance: extends PHPSpec2\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec2

Public Methods

Method Description
it_does_not_matches_empty_string_with_emptish_values ( )
it_does_not_matches_false_with_emptish_values ( )
it_does_not_matches_non_empty_different_value ( )
it_does_not_matches_null_with_emptish_values ( )
it_does_not_matches_zero_with_emptish_values ( )
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_should_support_all_aliases ( )
let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter )

Method Details

it_does_not_matches_empty_string_with_emptish_values() public method

it_does_not_matches_false_with_emptish_values() public method

it_does_not_matches_non_empty_different_value() public method

it_does_not_matches_null_with_emptish_values() public method

it_does_not_matches_zero_with_emptish_values() public method

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_should_support_all_aliases() public method

let() public method

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