WP_UnitTestCase_Base::scan_user_uploads() – Returns a list of all files contained inside the `uploads` directory.
WP_UnitTestCase_Base::scandir() – Retrieves all directories contained inside a directory and stores them in the `$matched_dirs` property. Hidden directories are ignored.
WP_UnitTestCase_Base::setExpectedDeprecated() – Declare an expected `_deprecated_function()` or `_deprecated_argument()` call from within a test.
WP_UnitTestCase_Base::setExpectedIncorrectUsage() – Declare an expected `_doing_it_wrong()` call from within a test.
WP_UnitTestCase_Base::skipTestOnTimeout() – Allows tests to be skipped if the HTTP request times out.
WP_UnitTestCase_Base::skipWithoutMultisite() – Allow tests to be skipped when Multisite is not in use.
WP_UnitTestCase_Base::tear_down() – After a test method runs, resets any state in WordPress the test method might have changed.
WP_UnitTestCase_Base::tearDown() – After a test method runs, reset any state in WordPress the test method might have changed.
WP_UnitTestCase_Base::touch() – Touches the given file and its directory if it doesn’t already exist.
WP_UnitTestCase_Base::update_post_modified() – Updates the modified and modified GMT date of a post in the database.