Wordpress/tests/phpunit/includes/factory
Jonathan Desrosiers e26394bb2d General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
“The WordPress open source community cares about diversity. We strive to maintain a welcoming environment where everyone can feel included.”

With this commit, all occurrences of “whitelist” and “blacklist” (with the single exception of the `$new_whitelist_options` global variable) are removed. A new ticket has been opened to explore renaming the `$new_whitelist_options` variable (#50434).

Changing to more specific names or rewording sentences containing these terms not only makes the code more inclusive, but also helps provide clarity. These terms are often ambiguous. What is being blocked or allowed is not always immediately clear. This can make it more difficult for non-native English speakers to read through the codebase.

Words matter. If one contributor feels more welcome because these terms are removed, this was worth the effort.

Props strangerstudios, jorbin, desrosj, joemcgill, timothyblynjacobs, ocean90, ayeshrajans, davidbaumwald, earnjam.
See #48900, #50434.
Fixes #50413.

git-svn-id: https://develop.svn.wordpress.org/trunk@48121 602fd350-edb4-49c9-b593-d223f7449a82
2020-06-22 17:24:34 +00:00
..
class-wp-unittest-factory-callback-after-create.php Docs: Add `@method` notation for `WP_UnitTest_Factory_For_Term::create_and_get()` for consistency with other factories. 2019-12-18 00:24:03 +00:00
class-wp-unittest-factory-for-attachment.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
class-wp-unittest-factory-for-blog.php General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:24:34 +00:00
class-wp-unittest-factory-for-bookmark.php Code is Poetry. 2017-11-30 23:09:33 +00:00
class-wp-unittest-factory-for-comment.php Docs: Improve `@return` description for `wp_update_comment()` and `WP_UnitTest_Factory_For_Comment::update_object()`. 2019-12-27 00:28:39 +00:00
class-wp-unittest-factory-for-network.php Tests: Make sure network factory returns an integer ID for created objects, for consistency with other factories and the documented value. 2019-12-09 11:29:14 +00:00
class-wp-unittest-factory-for-post.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory-for-term.php Docs: Add `@method` notation for `WP_UnitTest_Factory_For_Term::create_and_get()` for consistency with other factories. 2019-12-18 00:24:03 +00:00
class-wp-unittest-factory-for-thing.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory-for-user.php Docs: Various documentation fixes for unit test factories. 2019-12-18 00:17:54 +00:00
class-wp-unittest-factory.php Build/Test Tools: Add missing access modifiers to factory classes in `phpunit/includes/factory`. 2019-03-15 12:15:08 +00:00
class-wp-unittest-generator-sequence.php Build/Test Tools: Add missing access modifiers to factory classes in `phpunit/includes/factory`. 2019-03-15 12:15:08 +00:00