Go to the source code of this file.
Variables | |
| $dbschema1 = new eZDbSchema() | |
| $dbschema2 = new eZDbSchema() | |
| $differences = eZDbSchemaChecker::diff( $schema1, $schema2 ) | |
| $schema1 = $dbschema1->readArray( '/tmp/schema1.php' ) | |
| $schema2 = $dbschema2->readArray( '/tmp/schema2.php' ) | |
| $dbschema1 = new eZDbSchema() |
Definition at line 32 of file array-schema-diff-test.php.
| $dbschema2 = new eZDbSchema() |
Definition at line 35 of file array-schema-diff-test.php.
| $differences = eZDbSchemaChecker::diff( $schema1, $schema2 ) |
Definition at line 38 of file array-schema-diff-test.php.
Referenced by eZDiffTextEngine::buildDiff(), eZLintSchema::generateUpgradeFile(), eZDBSchemaInterface::generateUpgradeFile(), eZDbSchema::generateUpgradeFile(), eZDBSchemaInterface::writeUpgradeFile(), and eZDbSchema::writeUpgradeFile().
| $schema1 = $dbschema1->readArray( '/tmp/schema1.php' ) |
Definition at line 33 of file array-schema-diff-test.php.
Referenced by eZDbSchemaChecker::diff().
| $schema2 = $dbschema2->readArray( '/tmp/schema2.php' ) |
Definition at line 36 of file array-schema-diff-test.php.
Referenced by eZDbSchemaChecker::diff().
1.6.3