Skip to content

Commit

Permalink
Merge pull request #197 from Yoast/feature/3.x/sync-with-phpunit-11
Browse files Browse the repository at this point in the history
PHPUnit 11 | Make select methods `protected`
  • Loading branch information
hellofromtonya authored Sep 6, 2024
2 parents 62be834 + 1e6e5be commit 5aa0561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Polyfills/ExpectExceptionMessageMatches.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait ExpectExceptionMessageMatches {
*
* @return void
*/
final public function expectExceptionMessageMatches( $regularExpression ) {
final protected function expectExceptionMessageMatches( $regularExpression ) {
$this->expectExceptionMessageRegExp( $regularExpression );
}
}

0 comments on commit 5aa0561

Please sign in to comment.