Add heavy but working migrate routine. Will fix the tests but must be optimised. Also, should not be necessary.

This commit is contained in:
James Cole
2015-04-02 22:51:00 +02:00
parent cff77c39e2
commit 36ec974284
2 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
return $app;
}
/**
* @param string $class
*
@@ -33,4 +35,6 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
return $mock;
}
}