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 5c18f32 commit bc185c3Copy full SHA for bc185c3
test/Asset/PatchableExercise.php
@@ -54,7 +54,7 @@ public function getProblem()
54
*/
55
public function tearDown()
56
{
57
-
+ // TODO: Implement tearDown() method.
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