PHP Class spec\PhpSpec\Wrapper\Subject\WrappedObjectSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
it_can_be_instantiated_with_a_factory_method ( )
it_can_be_instantiated_with_a_factory_method_with_method_name_only ( )
it_instantiates_object_using_classname ( )
it_keeps_instantiated_object ( )
it_throws_an_exception_when_factory_method_returns_a_non_object ( )
it_throws_an_exception_when_trying_to_change_constructor_params_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_factory_method_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_from_constructor_to_factory_method_after_instantiation ( )
it_throws_an_exception_when_trying_to_change_from_factory_method_to_constructor_after_instantiation ( )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter )

Method Details

it_can_be_instantiated_with_a_factory_method() public méthode

it_can_be_instantiated_with_a_factory_method_with_method_name_only() public méthode

it_instantiates_object_using_classname() public méthode

it_keeps_instantiated_object() public méthode

it_throws_an_exception_when_factory_method_returns_a_non_object() public méthode

it_throws_an_exception_when_trying_to_change_constructor_params_after_instantiation() public méthode

it_throws_an_exception_when_trying_to_change_factory_method_after_instantiation() public méthode

it_throws_an_exception_when_trying_to_change_from_constructor_to_factory_method_after_instantiation() public méthode

it_throws_an_exception_when_trying_to_change_from_factory_method_to_constructor_after_instantiation() public méthode

let() public méthode

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