PHP Class spec\PhpSpec\Wrapper\Subject\WrappedObjectSpec

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

Public Methods

Method 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 method

it_can_be_instantiated_with_a_factory_method_with_method_name_only() public method

it_instantiates_object_using_classname() public method

it_keeps_instantiated_object() public method

it_throws_an_exception_when_factory_method_returns_a_non_object() public method

it_throws_an_exception_when_trying_to_change_constructor_params_after_instantiation() public method

it_throws_an_exception_when_trying_to_change_factory_method_after_instantiation() public method

it_throws_an_exception_when_trying_to_change_from_constructor_to_factory_method_after_instantiation() public method

it_throws_an_exception_when_trying_to_change_from_factory_method_to_constructor_after_instantiation() public method

let() public method

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