PHP Class Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolverTest

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

Public Methods

Method Description
setUp ( )
testIsNotClonable ( )
testResolvesTemplatesFixturesAndReturnsResultingFixtureBag ( )
testTheResolutionIsInvarientToTheOrderInWhichFixturesAreGiven ( )
testThrowsAnExceptionIfAFixtureExtendANonTemplateFixture ( )
testThrowsAnExceptionIfFixtureExtendsANonExistingFixture ( )

Private Methods

Method Description
getDecoratedFixturesFlag ( TemplatingFixture $fixture )

Method Details

setUp() public method

public setUp ( )

testIsNotClonable() public method

public testIsNotClonable ( )

testResolvesTemplatesFixturesAndReturnsResultingFixtureBag() public method

testTheResolutionIsInvarientToTheOrderInWhichFixturesAreGiven() public method

testThrowsAnExceptionIfAFixtureExtendANonTemplateFixture() public method

testThrowsAnExceptionIfFixtureExtendsANonExistingFixture() public method