PHP Class WellCommerce\Bundle\CoreBundle\Test\Factory\AbstractEntityFactoryTestCase

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Test\AbstractTestCase
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
testExpectedObjectIsReturned ( )
testImplementsProperInterface ( )

Protected Methods

Method Description
getExpectedInterface ( )
getFactoryService ( ) : WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface

Method Details

getExpectedInterface() abstract protected method

abstract protected getExpectedInterface ( )

getFactoryService() abstract protected method

abstract protected getFactoryService ( ) : WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface
return WellCommerce\Bundle\DoctrineBundle\Factory\EntityFactoryInterface

testExpectedObjectIsReturned() public method

testImplementsProperInterface() public method