PHP Class Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorWithCallerDenormalizerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: nelmio/alice

Public Methods

Method Description
testCanDenormalizeNonStaticFactoryConstructor ( )
testCanDenormalizeSelfStaticFactoriesConstructor ( )
testCanDenormalizeStaticFactoriesConstructor ( )
testDenormalizesEmptyConstructorAsSimpleConstructor ( )
testDenormalizesWithArgumentsConstructorAsSimpleConstructor ( )
testIsNotClonable ( )
testThrowsExceptionIfInvalidConstructor ( )

Method Details

testCanDenormalizeNonStaticFactoryConstructor() public method

testCanDenormalizeSelfStaticFactoriesConstructor() public method

testCanDenormalizeStaticFactoriesConstructor() public method

testDenormalizesEmptyConstructorAsSimpleConstructor() public method

testDenormalizesWithArgumentsConstructorAsSimpleConstructor() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testThrowsExceptionIfInvalidConstructor() public method