Commits
User selector
Commit History
Commits on Nov 4, 2021
Coding Standards: Add visibility to methods in `tests/phpunit/tests/`.
Show description for 40ac5decommitted
Commits on Sep 7, 2021
Users: Introduce a `meta_input` argument for `wp_insert_user()`.
Show description for 594079ccommitted
Commits on Aug 7, 2021
Build/Test Tools: Implement use of the `void` solution.
Show description for ddb409ecommitted
Commits on Jul 19, 2021
Tests: Replace `assertContains()` with `assertStringContainsString()` when used with strings.
Show description for c70fe62committed
Commits on Jul 15, 2021
Tests: Use more appropriate assertions in various tests.
Show description for 56a90ebcommitted
Commits on Jul 12, 2021
Tests: Use more appropriate assertions in various tests.
Show description for c96a42ecommitted
Commits on Jul 10, 2021
Tests: Use more appropriate assertions in various tests.
Show description for d77f065committed
Commits on Jul 7, 2021
Tests: Use more appropriate assertions in various tests.
Show description for e776910committed
Commits on Jul 6, 2021
Tests: Use more appropriate assertions in various tests.
Show description for 24479f2committed
Commits on Jul 5, 2021
Build/Test Tools: Replace `assertInternalType()` usage in unit tests.
Show description for bca693bcommitted
Commits on May 19, 2021
General: Ensure consistent type for integer properties of `WP_Post`, `WP_Term`, and `WP_User`.
Show description for 110f132committed
Commits on Dec 5, 2020
Tests: Correct `@ticket` references in some test files.
Show description for 85bc062committed
Commits on Nov 15, 2020
Build/Test Tools: Standardise the name, signature, and usage of the `wpSetUpBeforeClass()` method that's used in test classes.
Show description for e843508committed
Commits on Oct 11, 2020
Tests: Use `assertSame()` in `test_edit_user_blank_password()`, for consistency with other assertions.
Show description for 3250240committed
Commits on Oct 10, 2020
Users: prevent saving empty passwords, trim space from password ends on save.
Show description for 4f3c9c1committed
Commits on Sep 4, 2020
Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate.
Show description for 8be943dcommitted
Commits on Sep 2, 2020
Tests: First pass at using `assertSame()` instead of `assertEquals()` in most of the unit tests.
Show description for 164b22ccommitted
Commits on Jun 19, 2020
Docs: Remove unnecessary variables names from `@return` tags.
Show description for 1db25e3committed
Commits on Apr 29, 2020
User: Invalidate `user_activation_key` on password update.
Show description for 4354d1fcommitted
Commits on Feb 11, 2020
Privacy: Introduce filters for the headers of all the privacy-related e-mails:
Show description for 1106d82committedPrivacy: Introduce `wp_privacy_additional_user_data` filter to make it easier to include additional user meta in a personal data export.
Show description for 0ad4121committed
Commits on Feb 10, 2020
Privacy: Include session tokens in Personal Data Export.
Show description for 5b0be97committedPrivacy: Include `community-events-location` user meta value in Personal Data Export.
Show description for 8fef1b2committed
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Nov 9, 2019
Test: Don't skip the tests intended for single site when running on Multisite, add them to the `ms-excluded` group instead.
Show description for 243d1a2committed
Commits on Nov 4, 2019
Login and Registration: Simplify the test for `wp_signon()` added in [46640].
Show description for 20165c2committed
Commits on Nov 3, 2019
Coding Standards: Clean up the tests around `test_that_you_can_login_with_an_email_that_has_apostrophe`.
Show description for 8336614committedLogin and Registration: Allow email logins to be more flexible.
Show description for 84c794bcommitted
Commits on Aug 22, 2019
Commits on Aug 20, 2019
Tests: Remove `$wpdb` global reference from `test_wp_insert_user_with_empty_data()`.
Show description for d471151committedUsers: In `wp_insert_user()`, account for the `wp_pre_insert_user_data` filter returning empty data.
Show description for 31a6309committed
Commits on Jul 8, 2019
Coding Standards: Fix the remaining issues in `/tests`.
Show description for c6c7849committed
Commits on Jul 2, 2019
Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `tests`.
Show description for fe28df6committed
Commits on Jan 18, 2019
Build Tools: Upgrade WPCS to 2.0.0.
Show description for 2ec6c8fcommitted
Commits on Jan 16, 2019
Users: Add extra checking to `wp_new_user_notification()`.
Show description for e79bddccommitted