PHP Class FactoryGirl\Tests\Provider\Doctrine\Fixtures\IncorrectUsageTest

Inheritance: extends TestCase
Show file Open project: breerly/factory-girl-php

Public Methods

Method Description
throwsWhenTryingToDefineEntitiesThatAreNotEntities ( )
throwsWhenTryingToDefineEntitiesThatAreNotEvenClasses ( )
throwsWhenTryingToDefineNonexistentFields ( )
throwsWhenTryingToDefineTheSameEntityTwice ( )
throwsWhenTryingToGetLessThanOneInstance ( )
throwsWhenTryingToGiveNonexistentFieldsWhileConstructing ( )

Method Details

throwsWhenTryingToDefineEntitiesThatAreNotEntities() public method

throwsWhenTryingToDefineEntitiesThatAreNotEvenClasses() public method

throwsWhenTryingToDefineNonexistentFields() public method

throwsWhenTryingToDefineTheSameEntityTwice() public method

throwsWhenTryingToGetLessThanOneInstance() public method

throwsWhenTryingToGiveNonexistentFieldsWhileConstructing() public method