wordpress-develop/tests/phpunit/tests/customize
Jb Audras d19f5f0170 Coding Standards: Remove extra slashes when concatenating ABSPATH with a path.
Since `ABSPATH` is defined and documented to end with a forward slash `/`, this changeset removes the first `/` from strings appended to `ABSPATH` in various files, leading to `//` in the resulting path.

Props TobiasBg, audrasjb, SergeyBiryukov, emanuelx.
Fixes #57074.
See #57071.


git-svn-id: https://develop.svn.wordpress.org/trunk@54872 602fd350-edb4-49c9-b593-d223f7449a82
2022-11-24 22:09:39 +00:00
..
control.php Tests: Correctly use the factory method. 2022-09-06 22:03:10 +00:00
custom-css-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
manager.php Tests: Delete leftover image sub-sizes after WP_Customize_Manager tests. 2022-10-15 01:08:33 +00:00
nav-menu-item-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
nav-menu-setting.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
nav-menus.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
panel.php Code Modernization: Remove unused dynamic property in Tests_WP_Customize_*. 2022-08-07 14:20:02 +00:00
partial.php Coding Standards: Add visibility to methods in tests/phpunit/tests/. 2021-11-04 15:22:47 +00:00
section.php Code Modernization: Remove unused dynamic property in Tests_WP_Customize_*. 2022-08-07 14:20:02 +00:00
selective-refresh-ajax.php Tests: Replace some occurrences of assertEquals() with assertSame(). 2022-10-07 01:02:07 +00:00
selective-refresh.php Coding Standards: Add visibility to methods in tests/phpunit/tests/. 2021-11-04 15:22:47 +00:00
setting.php Tests: Correctly use the factory method. 2022-09-06 22:03:10 +00:00
widgets.php Coding Standards: Remove extra slashes when concatenating ABSPATH with a path. 2022-11-24 22:09:39 +00:00