PHP Class WellCommerce\Bundle\CoreBundle\Test\Manager\AbstractManagerTestCase

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

Public Methods

Method Description
testManagerReturnsValidFactory ( )
testManagerReturnsValidRepository ( )
testManagerServiceIsValid ( )

Protected Methods

Method Description
get ( ) : WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface
getFactoryInterfaceClass ( ) : string
getManagerInterfaceName ( ) : string
getRepositoryInterfaceClass ( ) : string

Method Details

get() abstract protected method

abstract protected get ( ) : WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface
return WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface

getFactoryInterfaceClass() protected method

protected getFactoryInterfaceClass ( ) : string
return string

getManagerInterfaceName() protected method

protected getManagerInterfaceName ( ) : string
return string

getRepositoryInterfaceClass() protected method

protected getRepositoryInterfaceClass ( ) : string
return string

testManagerReturnsValidFactory() public method

testManagerReturnsValidRepository() public method

testManagerServiceIsValid() public method