Skip to content

Commit 8653faf

Browse files
committed
Make tests for explicit
1 parent 513f518 commit 8653faf

File tree

3 files changed

+314
-354
lines changed

3 files changed

+314
-354
lines changed

src/ExerciseDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ExerciseDispatcher
3838
/**
3939
* @var RunnerManager
4040
*/
41-
private $runnerFactory;
41+
private $runnerManager;
4242

4343
/**
4444
* @var ResultAggregator

test/Asset/CliExerciseImpl.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,5 @@ public function getType()
9090
*/
9191
public function configure(ExerciseDispatcher $dispatcher)
9292
{
93-
$dispatcher->requireCheck(ComposerCheck::class);
9493
}
9594
}

0 commit comments

Comments
 (0)