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

@@ -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
}
}