PHP 클래스 Contao\CoreBundle\Test\Doctrine\Schema\DoctrineSchemaListenerTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testInstantiation ( ) Tests the object instantiation.
testOnSchemaIndexDefinitionIgnoresNonMySqlPlatform ( ) Tests that the onSchemaIndexDefinition() method ignores non MySQL platforms.
testOnSchemaIndexDefinitionIgnoresPrimaryKey ( ) Tests that the onSchemaIndexDefinition() method ignores the primary key.
testOnSchemaIndexDefinitionWithSubpart ( ) Tests the onSchemaIndexDefinition() method with subpart.
testOnSchemaIndexDefinitionWithoutSubpart ( ) Tests the onSchemaIndexDefinition() method without subpart.
testPostGenerateSchema ( ) Tests the postGenerateSchema() method.

보호된 메소드들

메소드 설명
getProvider ( array $dca = [], array $file = [] ) : DcaSchemaProvider Returns a DCA schema provider.

비공개 메소드들

메소드 설명
getIndexEventArg ( $name ) : array Returns the index event argument.

메소드 상세

getProvider() 보호된 메소드

Returns a DCA schema provider.
protected getProvider ( array $dca = [], array $file = [] ) : DcaSchemaProvider
$dca array
$file array
리턴 Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testOnSchemaIndexDefinitionIgnoresNonMySqlPlatform() 공개 메소드

Tests that the onSchemaIndexDefinition() method ignores non MySQL platforms.

testOnSchemaIndexDefinitionIgnoresPrimaryKey() 공개 메소드

Tests that the onSchemaIndexDefinition() method ignores the primary key.

testOnSchemaIndexDefinitionWithSubpart() 공개 메소드

Tests the onSchemaIndexDefinition() method with subpart.

testOnSchemaIndexDefinitionWithoutSubpart() 공개 메소드

Tests the onSchemaIndexDefinition() method without subpart.

testPostGenerateSchema() 공개 메소드

Tests the postGenerateSchema() method.