Skip to content

Commit

Permalink
Added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikPrinsZA committed Sep 19, 2024
1 parent 1e85e2b commit a6a7c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Datasets/challenge-methods.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use App\Challenges\A\CleanCode;
use App\Challenges\A\CleanCodeDatabase;
use App\Challenges\A\Eloquent;
use App\Challenges\A\ExperimentA;
use App\Challenges\A\Laravel;
use App\Challenges\A\MySql;
use App\Challenges\A\Php;
Expand All @@ -19,6 +20,7 @@
CleanCode::class,
CleanCodeDatabase::class,
Silly::class,
ExperimentA::class,
];

$challengeMethods = [];
Expand Down

0 comments on commit a6a7c33

Please sign in to comment.