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.
Symfony2では、すべてのバンドルにTestsという名前のフォルダーがあります。誰もがそれらのケースを実行する方法を説明できますか?リンクをたどって試してみましたが、成功しませんでした。
Symfony2テストのテストと 実行
phpunit -c app/Symfonyインストールのルートで実行すると、src/ディレクトリにあるバンドルのすべてのテストが実行されます。
phpunit -c app/
特定のバンドルのテストを実行したい場合は、アプリケーションルートから使用できます
phpunit -c app/ path/to/Tests