mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
These were originally added in [26252] to suppress database errors on `setUp()` and restore on `tearDown()` for tests that call `wpmu_create_blog()`, blog factory, or installation code that attempts to clear transients. As the multisite test coverage expanded, these methods ended up being unnecessarily copied into other test classes, where database error suppression is not required. Follow-up to [26252], [29916], [30286], [33184], [34898], [34899], [34901], [37234], [37477], [37894], [49212], [49616], [51859]. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51869 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| multisite.php | ||
| networkOption.php | ||
| option.php | ||
| registration.php | ||
| sanitize-option.php | ||
| siteOption.php | ||
| siteTransient.php | ||
| slashes.php | ||
| themeMods.php | ||
| transient.php | ||
| updateOption.php | ||
| userSettings.php | ||
| wpLoadAllOptions.php | ||