Skip to content

Commit

Permalink
Update DetectorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Sep 13, 2023
1 parent 81a8a2b commit 139e267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Detector/DetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function detect($files, $languages): ?string
$detectorFactory = new Detector($files, $languages);

$detectorFactory
->addDetector(new Bun())
->addDetector(new JavaScript())
->addDetector(new PHP())
->addDetector(new Python())
Expand All @@ -41,7 +42,6 @@ public function detect($files, $languages): ?string
->addDetector(new Ruby())
->addDetector(new Java())
->addDetector(new CPP())
->addDetector(new Bun())
->addDetector(new Deno())
->addDetector(new Dotnet());

Expand Down

0 comments on commit 139e267

Please sign in to comment.