Removed the code coverage ignore instructions, tests must cover this.

This commit is contained in:
James Cole
2014-07-06 21:24:37 +02:00
parent 2f5afc80a3
commit 8d209f673c
3 changed files with 1 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class UserController extends BaseController
// Auth::login($user);
// /** @var Firefly\Helper\Migration\MigrationHelperInterface $migration */
// $migration = App::make('Firefly\Helper\Migration\MigrationHelperInterface');
// $file = '/Library/WebServer/Documents/projects/firefly-iii/app/storage/firefly-export-2014-07-03.json';
// $file = '/Library/WebServer/Documents/projects/firefly-iii/app/storage/firefly-export-2014-07-06.json';
// $migration->loadFile($file);
// if($migration->validFile()) {
// $migration->migrate();