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.
エラーメッセージを次のようにフォーマットすると、例外が予想されるエラーメッセージをスローするかどうかをテストするにはどうすればよいですか。
throw new \Exception(sprintf('Random string: "%s".', 'blablabla'));
どうなるかわからないので、明らかに $this->assertEquals() でテストしてもうまくいきません%s。を使用する例外メッセージをテストする簡単な方法はありますsprintfか?
%s
sprintf