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.
仕様で例外をキャッチしようとしていますが、機能させることができません。これは私のコードです:
$this->edit('updated comment', $comment, $user) ->shouldReturnAnInstanceOf('\Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException');
私が間違っているのは何ですか?