Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows7 システムの C:\Behat に behat をインストールしました。パス C:\Behat\bin を環境変数 'Path' に追加しました ....しかし、php bin\behat または php behat を実行すると、「入力ファイルを開けませんでした」というエラー メッセージが表示されます。 php "C:\Behat\bin\behat" 、動作します! 誰でもこれを修正する方法を教えてもらえますか。ありがとう
実行php bin\behatするには、すでにC:\Behatフォルダーにいる必要があります。実行php behatするには、すでにC:\Behat\binフォルダーにいる必要があります。
php bin\behat
C:\Behat
php behat
C:\Behat\bin
検索パスは、php 実行可能ファイルにのみ有効であり、パラメーター リストには有効ではありません。