PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\UrlWildcardHandlerTest

Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$fixtureData
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase
$mapper eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper
$urlWildcardHandler eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler

Public Methods

Method Description
testConstructor ( ) Test for the __construct() method.
testCreate ( ) Test for the create() method.
testLoad ( ) Test for the load() method.
testLoadAll ( ) Test for the loadAll() method.
testLoadAllWithOffset ( ) Test for the loadAll() method.
testLoadAllWithOffsetAndLimit ( ) Test for the loadAll() method.
testLoadThrowsNotFoundException ( ) Test for the load() method.
testRemove ( ) Test for the remove() method.

Protected Methods

Method Description
getHandler ( ) : Handler

Method Details

getHandler() protected method

protected getHandler ( ) : Handler
return eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler

testConstructor() public method

Test for the __construct() method.
public testConstructor ( )

testCreate() public method

Test for the create() method.
public testCreate ( )

testLoad() public method

Test for the load() method.
public testLoad ( )

testLoadAll() public method

Test for the loadAll() method.
public testLoadAll ( )

testLoadAllWithOffset() public method

Test for the loadAll() method.

testLoadAllWithOffsetAndLimit() public method

Test for the loadAll() method.

testLoadThrowsNotFoundException() public method

Test for the load() method.

testRemove() public method

Test for the remove() method.
public testRemove ( )

Property Details

$fixtureData protected property

protected $fixtureData

$gateway protected property

protected DoctrineDatabase,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway $gateway
return eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase

$mapper protected property

protected Mapper,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $mapper
return eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper

$urlWildcardHandler protected property

protected Handler,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $urlWildcardHandler
return eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler