PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\Gateway\DoctrineDatabaseTest

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$fixtureData
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase Database gateway to test.

Méthodes publiques

Méthode Description
testConstructor ( ) Test for the __construct() method.
testDeleteUrlWildcard ( ) Test for the deleteUrlWildcard() method.
testInsertUrlWildcard ( ) Test for the insertUrlWildcard() method.
testLoadUrlWildcardData ( ) Test for the loadUrlWildcardData() method.
testLoadUrlWildcardsData ( ) Test for the loadUrlWildcardsData() method.
testLoadUrlWildcardsDataWithOffset ( ) Test for the loadUrlWildcardsData() method.
testLoadUrlWildcardsDataWithOffsetAndLimit ( ) Test for the loadUrlWildcardsData() method.

Méthodes protégées

Méthode Description
getGateway ( ) : DoctrineDatabase Returns the DoctrineDatabase gateway to test.

Method Details

getGateway() protected méthode

Returns the DoctrineDatabase gateway to test.
protected getGateway ( ) : DoctrineDatabase
Résultat eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase

testConstructor() public méthode

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

testDeleteUrlWildcard() public méthode

Test for the deleteUrlWildcard() method.

testInsertUrlWildcard() public méthode

Test for the insertUrlWildcard() method.

testLoadUrlWildcardData() public méthode

Test for the loadUrlWildcardData() method.

testLoadUrlWildcardsData() public méthode

Test for the loadUrlWildcardsData() method.

testLoadUrlWildcardsDataWithOffset() public méthode

Test for the loadUrlWildcardsData() method.

testLoadUrlWildcardsDataWithOffsetAndLimit() public méthode

Test for the loadUrlWildcardsData() method.

Property Details

$fixtureData protected_oe property

protected $fixtureData

$gateway protected_oe property

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