diff --git a/TESTING.md b/TESTING.md index 302fb309a30fb4b27d4cad87c37b6793f95b805f..f9bd5c9f6a57bfc01bae17ed3827b0300451b2e2 100644 --- a/TESTING.md +++ b/TESTING.md @@ -33,7 +33,7 @@ the ones prefixed with "test". You will usually make use of the `assert*()` methods provided by `PHPUnit\Framework\TestCase`, but you can also tell `phpunit` to expect -an exception to be thrown using *phpdoc*. For example, if you want to +an exception to be thrown using the `expectException()`-method. For example, if you want to ensure that the `SimpleSAML\Utils\HTTP::addURLParameters()` method throws an exception in a specific situation: