MigrationLocatorTest extends TestCase
MigrationLocator Tests
Table of Contents
tearDown() | void | |
---|---|---|
testGetMigrationsWithNoMigrationDir() | Make sure no error is thrown if the Migration dir doesn't exist | mixed |
testGetMigrations() | Make sure migrations can be returned for all sprinkles | mixed |
testActualInstance() | Test MigratonLocator against the real thing, no Mockery | mixed |
Methods
tearDown()
public
tearDown(
)
: void
testGetMigrationsWithNoMigrationDir()
Make sure no error is thrown if the Migration dir doesn't exist
public
testGetMigrationsWithNoMigrationDir(
)
: mixed
Return values
mixedtestGetMigrations()
Make sure migrations can be returned for all sprinkles
public
testGetMigrations(
)
: mixed
Return values
mixedtestActualInstance()
Test MigratonLocator against the real thing, no Mockery
public
testActualInstance(
)
: mixed