wordpress-develop/tests/phpunit/includes
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
..
factory
phpunit6
abstract-testcase.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
bootstrap.php Coding Standards: Remove extra slashes when concatenating ABSPATH with a path. 2022-11-24 22:09:39 +00:00
class-basic-object.php
class-basic-subclass.php
class-jsonserializable-object.php
class-wp-fake-block-type.php
class-wp-rest-test-configurable-controller.php
class-wp-rest-test-search-handler.php
class-wp-sitemaps-empty-test-provider.php
class-wp-sitemaps-large-test-provider.php
class-wp-sitemaps-test-provider.php
class-wp-test-stream.php
exceptions.php
factory.php
functions.php
install.php Coding Standards: Remove extra slashes when concatenating ABSPATH with a path. 2022-11-24 22:09:39 +00:00
mock-fs.php
mock-image-editor.php
mock-invokable.php
mock-mailer.php
normalize-xml.xsl
object-cache.php Cache API: Introduce wp_cache_supports() function. 2022-10-10 18:20:28 +00:00
phpunit-adapter-testcase.php
plural-form-function.php
spy-rest-server.php
testcase-ajax.php
testcase-canonical.php Tests: Correct references to set_up() and tear_down() in various DocBlocks. 2022-11-22 21:25:27 +00:00
testcase-rest-api.php
testcase-rest-controller.php
testcase-rest-post-type-controller.php
testcase-xml.php
testcase-xmlrpc.php
testcase.php
trac.php
unregister-blocks-hooks.php Editor: Sync changes from the Gutenberg plugin 14.1 release 2022-09-20 15:14:54 +00:00
utils.php Docs: Update various DocBlocks and inline comments per the documentation standards. 2022-11-17 18:13:47 +00:00
wp-profiler.php