PHP 클래스 Tests\MakeMigrationJsonTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: mojopollo/laravel-json-schema

보호된 프로퍼티들

프로퍼티 타입 설명
$jsonFilePath string The path to the json file
$makeMigrationJson Mojopollo\Schema\MakeMigrationJson MakeMigrationJson instance

공개 메소드들

메소드 설명
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()

메소드 상세

setUp() 공개 메소드

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

tearDown() 공개 메소드

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

testIsValidColumnType() 공개 메소드

Test isValidColumnType()
public testIsValidColumnType ( ) : void
리턴 void

testJsonFileToArray() 공개 메소드

Test jsonFileToArray()
public testJsonFileToArray ( ) : array
리턴 array $jsonArray

testParseSchema() 공개 메소드

Test parseSchema()
public testParseSchema ( array $jsonArray ) : void
$jsonArray array
리턴 void

testParseSchemaWithOnlyParameter() 공개 메소드

Test parseSchema() with $only parameter

testSetMigrationName() 공개 메소드

Test setMigrationName()
public testSetMigrationName ( ) : void
리턴 void

testValidateSchema() 공개 메소드

Test validateSchema()
public testValidateSchema ( ) : void
리턴 void

프로퍼티 상세

$jsonFilePath 보호되어 있는 프로퍼티

The path to the json file
protected string $jsonFilePath
리턴 string

$makeMigrationJson 보호되어 있는 프로퍼티

MakeMigrationJson instance
protected MakeMigrationJson,Mojopollo\Schema $makeMigrationJson
리턴 Mojopollo\Schema\MakeMigrationJson