owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

Replace deprecated assertRegexp with assertMatchesRegularExpression #147

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

Description

assertRegexp is deprecated in phpunit9 and replaced by assertMatchesRegularExpression

Note: maybe work out how to make this sort of "change for the future" while still running phpunit 8

Checklist:

phil-davis commented 4 years ago

Not worth it for now - the new method name does not exist in phpunit v8