Skip to content

Commit

Permalink
ユニットテストが失敗していたので調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Jun 22, 2024
1 parent 017b299 commit 8b74e5f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,14 @@ public function test_getViewVarsForUpdate()
'programVerPoint',
'availableVersion',
'log',
'requireUpdate',
'coreDownloaded',
'php',
'isCore',
'isWritableVendor',
'isWritableComposerJson',
'isWritableComposerLock',
'isWritablePackage'
'isWritablePackage',
'isUpdatable'
], array_keys($vars));
}

Expand Down

0 comments on commit 8b74e5f

Please sign in to comment.