summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/phpunit7/testcase.php
Commit message (Expand)AuthorAge
* Build/Test Tools: Unify the PHPUnit adapter TestCases.Sergey Biryukov2021-08-06
* Tests: Minimize the chances of signature conflicts for `assertEqualsWithDelta...Sergey Biryukov2021-05-25
* Tests: Backport two changes from PHPUnit 9.3:Sergey Biryukov2020-09-23
* Tests: Replace the native PHPUnit `getMockForAbstractClass()` and `getMockBui...Sergey Biryukov2020-09-13
* Tests: Remove the polyfill for `assertNotFalse()`.Sergey Biryukov2020-09-07
* Tests: Add a polyfill for `assertEqualsWithDelta()` to `WP_UnitTestCase` and ...Sergey Biryukov2020-09-07
* Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic ...Sergey Biryukov2020-02-06
* Build/Test Tools: Move `WP_UnitTestCase_Base::assertPostConditions()` to a mo...Sergey Biryukov2019-01-30
* Build/Test Tools: Add support for PHPUnit 7.x.Sergey Biryukov2019-01-28