-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ユニットテストが実行できないのを修正 #157
Open
ackintosh
wants to merge
6
commits into
pepabo:master
Choose a base branch
from
ackintosh:fix-unittest
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ユニットテストが実行できないのを修正 #157
Commits on May 1, 2022
-
指定しないと、composerのDockerイメージで `composer install` を実行したときに下記のエラーが起きてしまう。 (ただし、--no-dev オプションをつけると発生しない) Problem 1 - phpdocumentor/reflection-docblock is locked to version 5.1.0 and an update of this package was not requested. - phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> it has the wrong version installed (8.1.5). Problem 2 - phpdocumentor/reflection-docblock 5.1.0 requires ext-filter ^7.1 -> it has the wrong version installed (8.1.5). - phpspec/prophecy v1.10.3 requires phpdocumentor/reflection-docblock ^2.0|^3.0.2|^4.0|^5.0 -> satisfiable by phpdocumentor/reflection-docblock[5.1.0]. - phpspec/prophecy is locked to version v1.10.3 and an update of this package was not requested.
Configuration menu - View commit details
-
Copy full SHA for 87f2d70 - Browse repository at this point
Copy the full SHA 87f2d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a94c9d6 - Browse repository at this point
Copy the full SHA a94c9d6View commit details -
composer 2.2からプラグインインストールに許可が必要になったので明示しておく
当該プラグインのドキュメント: https://github.com/PHPCSStandards/composer-installer#usage > When using Composer 2.2 or higher, Composer will ask for your permission to allow this plugin to execute code.
Configuration menu - View commit details
-
Copy full SHA for b5a8cfb - Browse repository at this point
Copy the full SHA b5a8cfbView commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3331c1c - Browse repository at this point
Copy the full SHA 3331c1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e180134 - Browse repository at this point
Copy the full SHA e180134View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d152931 - Browse repository at this point
Copy the full SHA d152931View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.