PHP 클래스 eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\Gateway\DoctrineDatabaseTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$fixtureData
$gateway eZ\Publish\Core\Persistence\Legacy\Content\UrlWildcard\Gateway\DoctrineDatabase Database gateway to test.

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
getGateway ( ) : DoctrineDatabase Returns the DoctrineDatabase gateway to test.

메소드 상세

getGateway() 보호된 메소드

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

testConstructor() 공개 메소드

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

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.

프로퍼티 상세

$fixtureData 보호되어 있는 프로퍼티

protected $fixtureData

$gateway 보호되어 있는 프로퍼티

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