PHP Класс Contao\CoreBundle\Test\Doctrine\Schema\DoctrineSchemaListenerTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.