File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ public function testValidateAuthorizationRequestInvalidScopes(): void
509
509
return ;
510
510
}
511
511
512
- $ this -> fail ('The expected exception was not thrown ' );
512
+ self :: fail ('The expected exception was not thrown ' );
513
513
}
514
514
515
515
public function testCompleteAuthorizationRequest (): void
@@ -594,7 +594,7 @@ public function testCompleteAuthorizationRequestDenied(): void
594
594
return ;
595
595
}
596
596
597
- $ this -> fail ('The expected exception was not thrown ' );
597
+ self :: fail ('The expected exception was not thrown ' );
598
598
}
599
599
600
600
public function testRespondToAccessTokenRequest (): void
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ public function testValidateAuthorizationRequestInvalidScopes(): void
241
241
return ;
242
242
}
243
243
244
- $ this -> fail ('Did not throw expected exception ' );
244
+ self :: fail ('Did not throw expected exception ' );
245
245
}
246
246
247
247
public function testCompleteAuthorizationRequest (): void
@@ -310,7 +310,7 @@ public function testCompleteAuthorizationRequestDenied(): void
310
310
return ;
311
311
}
312
312
313
- $ this -> fail ('Did not throw expected exception ' );
313
+ self :: fail ('Did not throw expected exception ' );
314
314
}
315
315
316
316
public function testAccessTokenRepositoryUniqueConstraintCheck (): void
You can’t perform that action at this time.
0 commit comments