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.
2 つの異なるテスト方法を使用することは可能ですか? たとえば、1 つのアプリケーションまたはパッケージ内の PHPUnit と PHPSpec ですか?
誰にもガイダンスはありますか?
同じアプリケーションで PHPSpec と PHPUnit を使用することができます。または、単体テスト、機能テスト、受け入れテストをすべて 1 つのパッケージで実行する Codeception ( http://codeception.com/ )のようなものを使用することもできます。