Skip to content

Commit

Permalink
Fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Mar 22, 2024
1 parent 54870a7 commit b12a88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Composer/Test/Command/ShowCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public function testShowDirectWithNameDoesNotShowTransientDependencies(): void
self::getPackage('vendor/package', '1.0.0'),
]);

$this->configureLinks($direct, ['require' => ['vendor/package' => '*']]);
self::configureLinks($direct, ['require' => ['vendor/package' => '*']]);

$appTester = $this->getApplicationTester();
$appTester->run(['command' => 'show', '--direct' => true, 'package' => 'vendor/package']);
Expand Down

0 comments on commit b12a88b

Please sign in to comment.