Ignore providers for coverage
This commit is contained in:
parent
07639ca6d0
commit
07c7a27e28
|
|
@ -10,6 +10,10 @@ use Illuminate\Support\ServiceProvider;
|
|||
|
||||
use function auditionSetting;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
// TODO: Consider testing later
|
||||
class InvoiceDataServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -24,6 +24,10 @@ use Illuminate\Support\ServiceProvider;
|
|||
|
||||
use function auditionSetting;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
// TODO: Consider testing later
|
||||
class NominationEnsembleServiceProvider extends ServiceProvider
|
||||
{
|
||||
public function register(): void
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ use App\Actions\Print\PrintCards;
|
|||
use App\Actions\Print\QuarterPageCards;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
// TODO: Consider testing later
|
||||
class PrintCardActionProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue