mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Removed the code coverage ignore instructions, tests must cover this.
This commit is contained in:
@@ -20,7 +20,6 @@ class MigrationController extends BaseController
|
||||
|
||||
public function postIndex()
|
||||
{
|
||||
// @codeCoverageIgnoreStart
|
||||
if (Input::hasFile('exportFile')) {
|
||||
|
||||
// get content:
|
||||
@@ -37,6 +36,5 @@ class MigrationController extends BaseController
|
||||
} else {
|
||||
return View::make('error')->with('message', 'No file selected');
|
||||
}
|
||||
// @codeCoverageIgnoreEnd
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user