Make WordPress Core

Ticket #41658: 41658.diff

File 41658.diff, 3.5 KB (added by GaryJ, 9 years ago)

Rename test files to avoid using underscores

Line 
1diff --git tests/phpunit/tests/filesystem/find_folder.php tests/phpunit/tests/filesystem/findFolder.php
2similarity index 100%
3rename from tests/phpunit/tests/filesystem/find_folder.php
4rename to tests/phpunit/tests/filesystem/findFolder.php
5diff --git tests/phpunit/tests/hooks/add_filter.php tests/phpunit/tests/hooks/addFilter.php
6similarity index 100%
7rename from tests/phpunit/tests/hooks/add_filter.php
8rename to tests/phpunit/tests/hooks/addFilter.php
9diff --git tests/phpunit/tests/hooks/apply_filters.php tests/phpunit/tests/hooks/applyFilters.php
10similarity index 100%
11rename from tests/phpunit/tests/hooks/apply_filters.php
12rename to tests/phpunit/tests/hooks/applyFilters.php
13diff --git tests/phpunit/tests/hooks/do_action.php tests/phpunit/tests/hooks/doAction.php
14similarity index 100%
15rename from tests/phpunit/tests/hooks/do_action.php
16rename to tests/phpunit/tests/hooks/doAction.php
17diff --git tests/phpunit/tests/hooks/do_all_hook.php tests/phpunit/tests/hooks/doAllHook.php
18similarity index 100%
19rename from tests/phpunit/tests/hooks/do_all_hook.php
20rename to tests/phpunit/tests/hooks/doAllHook.php
21diff --git tests/phpunit/tests/hooks/has_filter.php tests/phpunit/tests/hooks/hasFilter.php
22similarity index 100%
23rename from tests/phpunit/tests/hooks/has_filter.php
24rename to tests/phpunit/tests/hooks/hasFilter.php
25diff --git tests/phpunit/tests/hooks/has_filters.php tests/phpunit/tests/hooks/hasFilters.php
26similarity index 100%
27rename from tests/phpunit/tests/hooks/has_filters.php
28rename to tests/phpunit/tests/hooks/hasFilters.php
29diff --git tests/phpunit/tests/hooks/preinit_hooks.php tests/phpunit/tests/hooks/preinitHooks.php
30similarity index 100%
31rename from tests/phpunit/tests/hooks/preinit_hooks.php
32rename to tests/phpunit/tests/hooks/preinitHooks.php
33diff --git tests/phpunit/tests/hooks/remove_all_filters.php tests/phpunit/tests/hooks/removeAllFilters.php
34similarity index 100%
35rename from tests/phpunit/tests/hooks/remove_all_filters.php
36rename to tests/phpunit/tests/hooks/removeAllFilters.php
37diff --git tests/phpunit/tests/hooks/remove_filter.php tests/phpunit/tests/hooks/removeFilter.php
38similarity index 100%
39rename from tests/phpunit/tests/hooks/remove_filter.php
40rename to tests/phpunit/tests/hooks/removeFilter.php
41diff --git tests/phpunit/tests/image/editor_gd.php tests/phpunit/tests/image/editorGd.php
42similarity index 100%
43rename from tests/phpunit/tests/image/editor_gd.php
44rename to tests/phpunit/tests/image/editorGd.php
45diff --git tests/phpunit/tests/image/editor_imagick.php tests/phpunit/tests/image/editorImagick.php
46similarity index 100%
47rename from tests/phpunit/tests/image/editor_imagick.php
48rename to tests/phpunit/tests/image/editorImagick.php
49diff --git tests/phpunit/tests/image/intermediate_size.php tests/phpunit/tests/image/intermediateSize.php
50similarity index 100%
51rename from tests/phpunit/tests/image/intermediate_size.php
52rename to tests/phpunit/tests/image/intermediateSize.php
53diff --git tests/phpunit/tests/image/resize_gd.php tests/phpunit/tests/image/resizeGd.php
54similarity index 100%
55rename from tests/phpunit/tests/image/resize_gd.php
56rename to tests/phpunit/tests/image/resizeGd.php
57diff --git tests/phpunit/tests/image/resize_imagick.php tests/phpunit/tests/image/resizeImagick.php
58similarity index 100%
59rename from tests/phpunit/tests/image/resize_imagick.php
60rename to tests/phpunit/tests/image/resizeImagick.php
61diff --git tests/phpunit/tests/image/site_icon.php tests/phpunit/tests/image/siteIcon.php
62similarity index 100%
63rename from tests/phpunit/tests/image/site_icon.php
64rename to tests/phpunit/tests/image/siteIcon.php