메소드 | 설명 | |
---|---|---|
it_does_not_matches_wrong_class ( ArrayObject $object ) | ||
it_does_not_matches_wrong_interface ( ArrayObject $object ) | ||
it_matches_interface_instance ( ArrayObject $object ) | ||
it_matches_subclass_instance ( ArrayObject $object ) | ||
it_mismatches_matches_wrong_class ( ArrayObject $object ) | ||
it_mismatches_matches_wrong_interface ( ) | ||
it_should_support_all_aliases ( ) | ||
let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter ) |
public it_does_not_matches_wrong_class ( ArrayObject $object ) | ||
$object | ArrayObject |
public it_does_not_matches_wrong_interface ( ArrayObject $object ) | ||
$object | ArrayObject |
public it_matches_interface_instance ( ArrayObject $object ) | ||
$object | ArrayObject |
public it_matches_subclass_instance ( ArrayObject $object ) | ||
$object | ArrayObject |
public it_mismatches_matches_wrong_class ( ArrayObject $object ) | ||
$object | ArrayObject |
public let ( PHPSpec2\Formatter\Presenter\StringPresenter $presenter ) | ||
$presenter | PHPSpec2\Formatter\Presenter\StringPresenter |