Skip to content

Commit 60f7614

Browse files
authored
past tense of "catch" is "caught"
1 parent 2eb279d commit 60f7614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/OneLogin/Saml2/AuthTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ public function testGetAttributes()
380380
/**
381381
* Tests the redirectTo method of the OneLogin_Saml2_Auth class
382382
* (phpunit raises an exception when a redirect is executed, the
383-
* exception is catched and we check that the targetURL is correct)
383+
* exception is caught and we check that the targetURL is correct)
384384
* Case redirect without url parameter
385385
*
386386
* @covers OneLogin_Saml2_Auth::redirectTo
@@ -407,7 +407,7 @@ public function testRedirectTo()
407407
/**
408408
* Tests the redirectTo method of the OneLogin_Saml2_Auth class
409409
* (phpunit raises an exception when a redirect is executed, the
410-
* exception is catched and we check that the targetURL is correct)
410+
* exception is caught and we check that the targetURL is correct)
411411
* Case redirect with url parameter
412412
*
413413
* @covers OneLogin_Saml2_Auth::redirectTo

0 commit comments

Comments
 (0)