Skip to content

Commit

Permalink
UHF-11184: Removed unused api-base dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Dec 17, 2024
1 parent 20f5d4a commit daaac69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/helfi_api_base": "*",
"drush/drush": "^12 || ^13"
},
"conflict": {
Expand Down
7 changes: 0 additions & 7 deletions tests/src/Kernel/CheckPackageVersionsCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
use Drupal\KernelTests\KernelTestBase;
use Drupal\Tests\helfi_api_base\Traits\ApiTestTrait;
use DrupalTools\Drush\Commands\PackageScannerDrushCommands;
use DrupalTools\OutputFormatters\MarkdownTableFormatter;
use DrupalTools\Package\ComposerOutdatedProcess;
Expand All @@ -25,14 +24,8 @@
*/
final class CheckPackageVersionsCommandsTest extends KernelTestBase {

use ApiTestTrait;
use ProphecyTrait;

/**
* {@inheritdoc}
*/
protected static $modules = ['helfi_api_base'];

/**
* Initialized a dummy Drush container.
*
Expand Down

0 comments on commit daaac69

Please sign in to comment.