Methods
1 to 8 of 8
- Test_Functions_Deprecated::deprecated_argument() – Catch arguments that have passed through _deprecated_argument
- Test_Functions_Deprecated::deprecated_file() – Catch arguments that have passed through _deprecated_argument
- Test_Functions_Deprecated::deprecated_function() – Catch functions that have passed through _deprecated_function
- Test_Functions_Deprecated::setUp() – Set up the test fixture
- Test_Functions_Deprecated::teardown() – Tear down the test fixture
- Test_Functions_Deprecated::test_wp_save_image_file_deprecated_with_gd_resource() – Test that wp_save_image_file has a deprecated argument when passed a GD resource
- Test_Functions_Deprecated::test_wp_save_image_file_not_deprecated_with_wp_image_editor() – Test that wp_save_image_file doesn’t have a deprecated argument when passed a WP_Image_Editor
- Test_Functions_Deprecated::was_deprecated() – Check if something was deprecated