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.
私は CakePHP を初めて使用し、モデル Tweet とコントローラー TweetsController を使用した基本的なブログ アプリケーション (Twitter のモック) を持っています。投稿が 140 文字を超えないことを確認するために単体テストを行う必要があるため、テストしているアクションはコントローラーの追加アクションです。私の質問は、TweetTest または TweetsControllerTest のどこでこのテストを行うのですか?
ありがとう!