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

Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$fixtureData
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase Database gateway to test.

Public Methods

Method 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.

Protected Methods

Method Description
getGateway ( ) : DoctrineDatabase Returns the DoctrineDatabase gateway to test.

Method Details

getGateway() protected method

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

testConstructor() public method

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

testDeleteUrlWildcard() public method

Test for the deleteUrlWildcard() method.

testInsertUrlWildcard() public method

Test for the insertUrlWildcard() method.

testLoadUrlWildcardData() public method

Test for the loadUrlWildcardData() method.

testLoadUrlWildcardsData() public method

Test for the loadUrlWildcardsData() method.

testLoadUrlWildcardsDataWithOffset() public method

Test for the loadUrlWildcardsData() method.

testLoadUrlWildcardsDataWithOffsetAndLimit() public method

Test for the loadUrlWildcardsData() method.

Property Details

$fixtureData protected property

protected $fixtureData

$gateway protected property

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