Brain-WP / BrainFaker

Uses Faker and Brain Monkey to provide easy generation of fake WordPress objects and related functions
33 stars 9 forks source link

Fix deprecated method in tests #5

Open antonioeatgoat opened 3 years ago

antonioeatgoat commented 3 years ago

The method expectExceptionMessageRegExp is deprecated and has been replaced with expectExceptionMessageMatches from version 8.4. It will be removed from version 9.

See https://github.com/sebastianbergmann/phpunit/blob/8.4.0/src/Framework/TestCase.php#L503