Skip to content

Commit

Permalink
Merge pull request #4054 from HungDV2022/unittest_fix_20241129
Browse files Browse the repository at this point in the history
ユニットテスト調整
  • Loading branch information
HungDV2022 authored Nov 29, 2024
2 parents 52fcff7 + b10d735 commit 209995d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testExecute()

// composer実行(composer.json を配布用にセットアップ)
BcComposer::setup('', ROOT . DS);
$this->exec('composer 5.1.3.0');
$this->exec('composer 5.1.4.0');
$this->assertExitCode(Command::CODE_SUCCESS);
$this->assertOutputContains('Composer によるアップデートが完了しました。');

Expand Down

0 comments on commit 209995d

Please sign in to comment.