mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
`WP_UnitTestCase::tearDown()` restores the test environment to the default conditions, including rolling back the MySQL transaction that the test takes place in, resetting globals, and unhooking test-specific filters. As such, all teardown routines for specific tests should happen before the parent class's `tearDown()` method is called. Failure to do so can cause database locks on certain configurations, among other problems. See #31537. git-svn-id: https://develop.svn.wordpress.org/trunk@31622 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| dimensions.php | ||
| editor_gd.php | ||
| editor_imagick.php | ||
| editor.php | ||
| functions.php | ||
| header.php | ||
| intermediate_size.php | ||
| meta.php | ||
| resize_gd.php | ||
| resize_imagick.php | ||
| resize.php | ||
| size.php | ||