Memo

Michael Uno

PhpStorm のテスト環境構築メモ。

Postscripts
  • MemoPHPtroubleshoot

    Run -> Debug を選択すると、Warning: Header may not contain NUL bytes in ... と出る。php.ini[XDebug] のセクションに、


    xdebug.remote_autostart = 1

    を追加するとでなくなった。

  • errortroubleshoot

    PhpStorm から Codeception を走らせようとするとエラーが出る。おそらく Windows 上で、.phar ファイルを使った場合のエラー。phar 内でのインクルードが適切に行われていない感じ。include_path の設定をうまくやれば直りそうだけど。

    Run -> Edit Configurations -> Codeption を名前を付けて追加し、その名前を実行すると以下のエラー。

  • PHPtroubleshootWindows

    Codeception を phar ではなく Composer で配置した場合、Windows では、

    としても以下のコードが表示されるだけ。

    これは、コマンドの php を抜いて、codecept.bat を直接呼びだす。

    参考:Bootstrap doesn’t seem to work (Win7, PHP 7 x64) · Issue #3281 · Codeception/Codeception · GitHub

Add a Postscript

Your email address will not be published. Required fields are marked *