PHP Class spec\PhpSpec\Matcher\TypeMatcherSpec

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

Public Methods

Method Description
it_does_not_match_wrong_class ( ArrayObject $object )
it_does_not_match_wrong_interface ( ArrayObject $object )
it_is_a_matcher ( )
it_matches_interface_instance ( ArrayObject $object )
it_matches_other_class ( ArrayObject $object )
it_matches_other_interface ( )
it_matches_subclass_instance ( ArrayObject $object )
it_responds_to_beAnInstanceOf ( )
it_responds_to_haveType ( )
it_responds_to_returnAnInstanceOf ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_does_not_match_wrong_class() public method

public it_does_not_match_wrong_class ( ArrayObject $object )
$object ArrayObject

it_does_not_match_wrong_interface() public method

public it_does_not_match_wrong_interface ( ArrayObject $object )
$object ArrayObject

it_is_a_matcher() public method

public it_is_a_matcher ( )

it_matches_interface_instance() public method

public it_matches_interface_instance ( ArrayObject $object )
$object ArrayObject

it_matches_other_class() public method

public it_matches_other_class ( ArrayObject $object )
$object ArrayObject

it_matches_other_interface() public method

it_matches_subclass_instance() public method

public it_matches_subclass_instance ( ArrayObject $object )
$object ArrayObject

it_responds_to_beAnInstanceOf() public method

it_responds_to_haveType() public method

it_responds_to_returnAnInstanceOf() public method

let() public method

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