Skip to content
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
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 1, 2022

  1. ext-filterのバージョン指定も必要になったので追加

    指定しないと、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.
    ackintosh committed May 1, 2022
    Configuration menu
    Copy the full SHA
    87f2d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a94c9d6 View commit details
    Browse the repository at this point in the history
  3. 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.
    ackintosh committed May 1, 2022
    Configuration menu
    Copy the full SHA
    b5a8cfb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    3331c1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e180134 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    d152931 View commit details
    Browse the repository at this point in the history