Свойство | Type | Description | |
---|---|---|---|
$jsonFilePath | string | The path to the json file | |
$makeMigrationJson | MakeMigrationJson instance |
Méthode | Description | |
---|---|---|
setUp ( ) | This will run at the beginning of every test method | |
tearDown ( ) | This will run at the end of every test method | |
testIsValidColumnType ( ) : void | Test isValidColumnType() | |
testJsonFileToArray ( ) : array | Test jsonFileToArray() | |
testParseSchema ( array $jsonArray ) : void | Test parseSchema() | |
testParseSchemaWithOnlyParameter ( ) : void | Test parseSchema() with $only parameter | |
testSetMigrationName ( ) : void | Test setMigrationName() | |
testValidateSchema ( ) : void | Test validateSchema() |
public testIsValidColumnType ( ) : void | ||
Résultat | void |
public testJsonFileToArray ( ) : array | ||
Résultat | array | $jsonArray |
public testParseSchema ( array $jsonArray ) : void | ||
$jsonArray | array | |
Résultat | void |
public testParseSchemaWithOnlyParameter ( ) : void | ||
Résultat | void |
public testSetMigrationName ( ) : void | ||
Résultat | void |
public testValidateSchema ( ) : void | ||
Résultat | void |
protected string $jsonFilePath | ||
Résultat | string |