Ignore some methods from code coverage
This commit is contained in:
parent
51034589bd
commit
427debaba4
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@ use App\Models\Place;
|
|||
use Illuminate\Console\Command;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class MigratePlaceDataFromPostgis extends Command
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue