From 243053dfd3acdf1be0468654ac977d534942dd24 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 18 Aug 2017 09:57:12 +0000 Subject: [PATCH] Tests: Rename tests with underscore in the name There were a handful of files with an underscore in the name, which violated our naming scheme, and caused problems for anyone how enforced the scheme on their own systems. This commit renames all of the files to the correct camelCase scheme. Fixes #41658. git-svn-id: https://develop.svn.wordpress.org/trunk@41261 602fd350-edb4-49c9-b593-d223f7449a82 --- .../phpunit/tests/filesystem/{find_folder.php => findFolder.php} | 0 tests/phpunit/tests/hooks/{add_filter.php => addFilter.php} | 0 tests/phpunit/tests/hooks/{apply_filters.php => applyFilters.php} | 0 tests/phpunit/tests/hooks/{do_action.php => doAction.php} | 0 tests/phpunit/tests/hooks/{do_all_hook.php => doAllHook.php} | 0 tests/phpunit/tests/hooks/{has_filter.php => hasFilter.php} | 0 tests/phpunit/tests/hooks/{has_filters.php => hasFilters.php} | 0 tests/phpunit/tests/hooks/{preinit_hooks.php => preinitHooks.php} | 0 .../tests/hooks/{remove_all_filters.php => removeAllFilters.php} | 0 tests/phpunit/tests/hooks/{remove_filter.php => removeFilter.php} | 0 tests/phpunit/tests/image/{editor_gd.php => editorGd.php} | 0 .../phpunit/tests/image/{editor_imagick.php => editorImagick.php} | 0 .../tests/image/{intermediate_size.php => intermediateSize.php} | 0 tests/phpunit/tests/image/{resize_gd.php => resizeGd.php} | 0 .../phpunit/tests/image/{resize_imagick.php => resizeImagick.php} | 0 tests/phpunit/tests/image/{site_icon.php => siteIcon.php} | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename tests/phpunit/tests/filesystem/{find_folder.php => findFolder.php} (100%) rename tests/phpunit/tests/hooks/{add_filter.php => addFilter.php} (100%) rename tests/phpunit/tests/hooks/{apply_filters.php => applyFilters.php} (100%) rename tests/phpunit/tests/hooks/{do_action.php => doAction.php} (100%) rename tests/phpunit/tests/hooks/{do_all_hook.php => doAllHook.php} (100%) rename tests/phpunit/tests/hooks/{has_filter.php => hasFilter.php} (100%) rename tests/phpunit/tests/hooks/{has_filters.php => hasFilters.php} (100%) rename tests/phpunit/tests/hooks/{preinit_hooks.php => preinitHooks.php} (100%) rename tests/phpunit/tests/hooks/{remove_all_filters.php => removeAllFilters.php} (100%) rename tests/phpunit/tests/hooks/{remove_filter.php => removeFilter.php} (100%) rename tests/phpunit/tests/image/{editor_gd.php => editorGd.php} (100%) rename tests/phpunit/tests/image/{editor_imagick.php => editorImagick.php} (100%) rename tests/phpunit/tests/image/{intermediate_size.php => intermediateSize.php} (100%) rename tests/phpunit/tests/image/{resize_gd.php => resizeGd.php} (100%) rename tests/phpunit/tests/image/{resize_imagick.php => resizeImagick.php} (100%) rename tests/phpunit/tests/image/{site_icon.php => siteIcon.php} (100%) diff --git a/tests/phpunit/tests/filesystem/find_folder.php b/tests/phpunit/tests/filesystem/findFolder.php similarity index 100% rename from tests/phpunit/tests/filesystem/find_folder.php rename to tests/phpunit/tests/filesystem/findFolder.php diff --git a/tests/phpunit/tests/hooks/add_filter.php b/tests/phpunit/tests/hooks/addFilter.php similarity index 100% rename from tests/phpunit/tests/hooks/add_filter.php rename to tests/phpunit/tests/hooks/addFilter.php diff --git a/tests/phpunit/tests/hooks/apply_filters.php b/tests/phpunit/tests/hooks/applyFilters.php similarity index 100% rename from tests/phpunit/tests/hooks/apply_filters.php rename to tests/phpunit/tests/hooks/applyFilters.php diff --git a/tests/phpunit/tests/hooks/do_action.php b/tests/phpunit/tests/hooks/doAction.php similarity index 100% rename from tests/phpunit/tests/hooks/do_action.php rename to tests/phpunit/tests/hooks/doAction.php diff --git a/tests/phpunit/tests/hooks/do_all_hook.php b/tests/phpunit/tests/hooks/doAllHook.php similarity index 100% rename from tests/phpunit/tests/hooks/do_all_hook.php rename to tests/phpunit/tests/hooks/doAllHook.php diff --git a/tests/phpunit/tests/hooks/has_filter.php b/tests/phpunit/tests/hooks/hasFilter.php similarity index 100% rename from tests/phpunit/tests/hooks/has_filter.php rename to tests/phpunit/tests/hooks/hasFilter.php diff --git a/tests/phpunit/tests/hooks/has_filters.php b/tests/phpunit/tests/hooks/hasFilters.php similarity index 100% rename from tests/phpunit/tests/hooks/has_filters.php rename to tests/phpunit/tests/hooks/hasFilters.php diff --git a/tests/phpunit/tests/hooks/preinit_hooks.php b/tests/phpunit/tests/hooks/preinitHooks.php similarity index 100% rename from tests/phpunit/tests/hooks/preinit_hooks.php rename to tests/phpunit/tests/hooks/preinitHooks.php diff --git a/tests/phpunit/tests/hooks/remove_all_filters.php b/tests/phpunit/tests/hooks/removeAllFilters.php similarity index 100% rename from tests/phpunit/tests/hooks/remove_all_filters.php rename to tests/phpunit/tests/hooks/removeAllFilters.php diff --git a/tests/phpunit/tests/hooks/remove_filter.php b/tests/phpunit/tests/hooks/removeFilter.php similarity index 100% rename from tests/phpunit/tests/hooks/remove_filter.php rename to tests/phpunit/tests/hooks/removeFilter.php diff --git a/tests/phpunit/tests/image/editor_gd.php b/tests/phpunit/tests/image/editorGd.php similarity index 100% rename from tests/phpunit/tests/image/editor_gd.php rename to tests/phpunit/tests/image/editorGd.php diff --git a/tests/phpunit/tests/image/editor_imagick.php b/tests/phpunit/tests/image/editorImagick.php similarity index 100% rename from tests/phpunit/tests/image/editor_imagick.php rename to tests/phpunit/tests/image/editorImagick.php diff --git a/tests/phpunit/tests/image/intermediate_size.php b/tests/phpunit/tests/image/intermediateSize.php similarity index 100% rename from tests/phpunit/tests/image/intermediate_size.php rename to tests/phpunit/tests/image/intermediateSize.php diff --git a/tests/phpunit/tests/image/resize_gd.php b/tests/phpunit/tests/image/resizeGd.php similarity index 100% rename from tests/phpunit/tests/image/resize_gd.php rename to tests/phpunit/tests/image/resizeGd.php diff --git a/tests/phpunit/tests/image/resize_imagick.php b/tests/phpunit/tests/image/resizeImagick.php similarity index 100% rename from tests/phpunit/tests/image/resize_imagick.php rename to tests/phpunit/tests/image/resizeImagick.php diff --git a/tests/phpunit/tests/image/site_icon.php b/tests/phpunit/tests/image/siteIcon.php similarity index 100% rename from tests/phpunit/tests/image/site_icon.php rename to tests/phpunit/tests/image/siteIcon.php