PHP Class Doctrine\Tests\DBAL\Functional\Schema\SchemaManagerFunctionalTestCase

Inheritance: extends Doctrine\Tests\DbalFunctionalTestCase
Datei anzeigen Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Property Type Description
$_sm Doctrine\DBAL\Schema\AbstractSchemaManager

Public Methods

Method Description
testAlterTableScenario ( )
testAutoincrementDetection ( )
testCreateAndListViews ( )
testCreateSchema ( )
testCreateTableWithForeignKeys ( )
testDropAndCreateIndex ( )
testListDatabases ( )
testListForeignKeys ( )
testListSequences ( )
testListTableColumns ( )
testListTableIndexes ( )
testListTables ( )

Protected Methods

Method Description
assertHasTable ( $tables, $tableName )
createTestTable ( $name = 'test_table', $data = [] )
getCreateExampleViewSql ( )
getTestTable ( $name, $options = [] )
setUp ( )

Method Details

assertHasTable() protected method

protected assertHasTable ( $tables, $tableName )

createTestTable() protected method

protected createTestTable ( $name = 'test_table', $data = [] )

getCreateExampleViewSql() protected method

protected getCreateExampleViewSql ( )

getTestTable() protected method

protected getTestTable ( $name, $options = [] )

setUp() protected method

protected setUp ( )

testAlterTableScenario() public method

testAutoincrementDetection() public method

testCreateAndListViews() public method

testCreateSchema() public method

public testCreateSchema ( )

testCreateTableWithForeignKeys() public method

testDropAndCreateIndex() public method

testListDatabases() public method

public testListDatabases ( )

testListForeignKeys() public method

public testListForeignKeys ( )

testListSequences() public method

public testListSequences ( )

testListTableColumns() public method

testListTableIndexes() public method

testListTables() public method

public testListTables ( )

Property Details

$_sm protected_oe property

protected AbstractSchemaManager,Doctrine\DBAL\Schema $_sm
return Doctrine\DBAL\Schema\AbstractSchemaManager