PHP Class Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
setUp ( )
testCanInstantiateFixtureWithNoMethodCallConstructor ( )
testCannotInstantiateFixtureWithDefaultConstructor ( )
testInstantiatesWithReflectionAndNoArguments ( )
testIsAChainableInstantiator ( )
testIsNotClonable ( )
testThrowsAnExceptionIfCouldNotInstantiateObject ( )

Method Details

setUp() public method

public setUp ( )

testCanInstantiateFixtureWithNoMethodCallConstructor() public method

testCannotInstantiateFixtureWithDefaultConstructor() public method

testInstantiatesWithReflectionAndNoArguments() public method

testIsAChainableInstantiator() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testThrowsAnExceptionIfCouldNotInstantiateObject() public method