From 36ec974284561e4bf21efff56a5340677ed288f6 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 2 Apr 2015 22:51:00 +0200 Subject: [PATCH] Add heavy but working migrate routine. Will fix the tests but must be optimised. Also, should not be necessary. --- tests/TestCase.php | 4 ++++ tests/controllers/AccountControllerTest.php | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 00a3c124e7..e48d3208ae 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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; } + + } diff --git a/tests/controllers/AccountControllerTest.php b/tests/controllers/AccountControllerTest.php index ea9687accd..a6e7d76f43 100644 --- a/tests/controllers/AccountControllerTest.php +++ b/tests/controllers/AccountControllerTest.php @@ -1,7 +1,6 @@