We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efb7d6 commit 4a83de4Copy full SHA for 4a83de4
test/ExerciseRunner/CustomVerifyingRunnerTest.php
@@ -32,6 +32,11 @@ public function setUp()
32
$this->assertEquals('Custom Verifying Runner', $this->runner->getName());
33
}
34
35
+ public function testRequiredChecks()
36
+ {
37
+ $this->assertEquals([], $this->runner->getRequiredChecks());
38
+ }
39
+
40
public function testRunOutputsErrorMessage()
41
{
42
$color = new Color;
0 commit comments