PHP Class Tests\MakeMigrationJsonTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: mojopollo/laravel-json-schema

Protected Properties

Свойство Type Description
$jsonFilePath string The path to the json file
$makeMigrationJson Mojopollo\Schema\MakeMigrationJson MakeMigrationJson instance

Méthodes publiques

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()

Method Details

setUp() public méthode

This will run at the beginning of every test method
public setUp ( )

tearDown() public méthode

This will run at the end of every test method
public tearDown ( )

testIsValidColumnType() public méthode

Test isValidColumnType()
public testIsValidColumnType ( ) : void
Résultat void

testJsonFileToArray() public méthode

Test jsonFileToArray()
public testJsonFileToArray ( ) : array
Résultat array $jsonArray

testParseSchema() public méthode

Test parseSchema()
public testParseSchema ( array $jsonArray ) : void
$jsonArray array
Résultat void

testParseSchemaWithOnlyParameter() public méthode

Test parseSchema() with $only parameter
public testParseSchemaWithOnlyParameter ( ) : void
Résultat void

testSetMigrationName() public méthode

Test setMigrationName()
public testSetMigrationName ( ) : void
Résultat void

testValidateSchema() public méthode

Test validateSchema()
public testValidateSchema ( ) : void
Résultat void

Property Details

$jsonFilePath protected_oe property

The path to the json file
protected string $jsonFilePath
Résultat string

$makeMigrationJson protected_oe property

MakeMigrationJson instance
protected MakeMigrationJson,Mojopollo\Schema $makeMigrationJson
Résultat Mojopollo\Schema\MakeMigrationJson