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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
getHandler ( ) : Handler

Method Details

getHandler() protected méthode

protected getHandler ( ) : Handler
Résultat eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler

testConstructor() public méthode

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

testCreate() public méthode

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

testLoad() public méthode

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

testLoadAll() public méthode

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

testLoadAllWithOffset() public méthode

Test for the loadAll() method.

testLoadAllWithOffsetAndLimit() public méthode

Test for the loadAll() method.

testLoadThrowsNotFoundException() public méthode

Test for the load() method.

testRemove() public méthode

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

Property Details

$fixtureData protected_oe property

protected $fixtureData

$gateway protected_oe property

protected DoctrineDatabase,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway $gateway
Résultat eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase

$mapper protected_oe property

protected Mapper,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $mapper
Résultat eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Mapper

$urlWildcardHandler protected_oe property

protected Handler,eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard $urlWildcardHandler
Résultat eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Handler