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 2aa541c commit f470479Copy full SHA for f470479
test/Asset/PatchableExercise.php
@@ -54,7 +54,6 @@ public function getProblem()
54
*/
55
public function tearDown()
56
{
57
-
58
}
59
60
/**
test/Check/ComposerCheckTest.php
@@ -40,7 +40,6 @@ public function setUp()
40
41
$this->assertTrue($this->check->canRun(ExerciseType::CGI()));
42
$this->assertTrue($this->check->canRun(ExerciseType::CLI()));
43
44
45
46
public function testExceptionIsThrownIfNotValidExercise()
0 commit comments