Commits
User selector
Commit History
Commits on Nov 8, 2021
Docs: Various docblock improvements and corrections.
Show description for d088e31committed
Commits on Nov 4, 2021
Coding Standards: Add `public` visibility to methods in `tests/phpunit/includes/`.
Show description for 80380cdcommitted
Commits on Nov 3, 2021
Tests: Clean up the `$_REQUEST` superglobal in `WP_UnitTestCase_Base::clean_up_global_scope()`.
Show description for 8a4ffe3committed
Commits on Oct 31, 2021
REST API: Send a 500 status code when JSON encoding fails.
Show description for 07ad6efcommitted
Commits on Sep 26, 2021
Tests: Update the `Services_JSON` test for PHPUnit 9.5.10/8.5.21+.
Show description for 90b6ae9committed
Commits on Sep 20, 2021
Build/Test Tools: Fix null handling and string type casting in `WP_UnitTestCase_Base::assertSameIgnoreEOL()`.
Show description for 81ade4dcommittedBuild/Test Tools: Improve Composer update command in bootstrap error messages.
Show description for fe9f6a2committed
Commits on Sep 14, 2021
Build/Test Tools: Expect an absolute path in `WP_TESTS_PHPUNIT_POLYFILLS_PATH` constant.
Show description for f44a995committedBuild/Test Tools: Improve messaging when PHPUnit Polyfills do not comply with version requirements.
Show description for 3062b3dcommittedBuild/Test Tools: Improve messaging when PHPUnit Polyfills cannot be found.
Show description for c3a3da8committedBuild/Test Tools: Make `WP_TESTS_PHPUNIT_POLYFILLS_PATH` more flexible.
Show description for 6f1a983committed
Commits on Aug 31, 2021
Commits on Aug 30, 2021
Tests: Do whitespace replacement in `assertDiscardWhitespace()` only when string.
Show description for 30f9d4ecommittedTests: Test custom assertions parameter data type in `WP_UnitTestCase_Base`.
Show description for 877c39bcommitted
Commits on Aug 26, 2021
Tests: Improve bootstrap error message for when `ABSPATH` folder does not exist.
Show description for 6201d43committedCoding Standards: Use static closures when not using `$this`.
Show description for e83a341committed
Commits on Aug 13, 2021
Tests: Add unit tests for the `wp_nonce_ays()` function.
Show description for 74edebacommitted
Commits on Aug 12, 2021
Build/Test Tools: Hard deprecate `WP_UnitTestCase_Base::checkRequirements()`.
Show description for 2985e90committed
Commits on Aug 11, 2021
Build/Test Tools: Revert [51602] for now to investigate test failures on PHPUnit < 7.0.
Show description for f7a7025committedBuild/Test Tools: Hard deprecate `WP_UnitTestCase_Base::checkRequirements()`.
Show description for 7a6dbf5committed
Commits on Aug 10, 2021
Build/Test Tools: Make the polyfills loading more flexible.
Show description for 9b565f7committed
Commits on Aug 9, 2021
Build/Test Tools: Declare two TestCase classes as abstract.
Show description for 385025bcommittedBuild/Test Tools: Remove Unicode character from PHPUnit version check message.
Show description for 9e07a48committed
Commits on Aug 7, 2021
Build/Test Tools: Fix message display in test bootstrap.
Show description for 53f5eadcommittedBuild/Test Tools: Remove the copied-in PHPUnit 9.x MockObject files.
Show description for 36c997ccommittedBuild/Test Tools: Loosen the PHPUnit restriction.
Show description for 8def694committedBuild/Test Tools: Remove SpeedTrapListener.
Show description for aae7842committedBuild/Test Tools: Handle removal of `TestCase::getAnnotations()`.
Show description for e8ea993committedBuild/Test Tools: Alias the `Getopt` class conditionally, as the class no longer exists in PHPUnit 9.x.
Show description for fcd4aa4committedBuild/Test Tools: Implement use of the `void` solution.
Show description for ddb409ecommittedBuild/Test Tools: Use the PHPUnit Polyfill TestCase as `void` workaround.
Show description for cb6bf02committed
Commits on Aug 6, 2021
Build/Test Tools: Simplify redundant PHPUnit shim for `setExpectedException()`.
Show description for 8146100committedBuild/Test Tools: Change the inheritance order of the abstract test classes.
Show description for 31a6cd2committedBuild/Test Tools: Unify the PHPUnit adapter TestCases.
Show description for 47303b1committed
Commits on Aug 5, 2021
Coding Standards: Remove redundant semicolons after closing curly brackets.
Show description for 2bfd2c5committed