Skip to content

Commit 3625d17

Browse files
committed
Remove unused method
1 parent 691b7d7 commit 3625d17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/Asset/FunctionRequirementsExercise.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ public function getArgs(): array
4040
return []; // TODO: Implement getArgs() method.
4141
}
4242

43-
public function getRequiredPackages(): array
44-
{
45-
return [
46-
'klein/klein',
47-
'danielstjules/stringy'
48-
];
49-
}
50-
5143
public function getType(): ExerciseType
5244
{
5345
return ExerciseType::CLI();

0 commit comments

Comments
 (0)