Wordpress/tests/phpunit/includes
Sergey Biryukov 3a9e78c000 Tests: Remove the polyfill for `assertNotFalse()`.
`assertNotFalse()` is available in PHPUnit since version 4.0.

The polyfill was introduced back when WordPress still supported PHP 5.2 and PHPUnit 3.6.x, and is now redundant.

Follow-up to [39919], [45058], [47880].

See #38266.

git-svn-id: https://develop.svn.wordpress.org/trunk@48953 602fd350-edb4-49c9-b593-d223f7449a82
2020-09-07 03:26:24 +00:00
..
factory General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:24:34 +00:00
phpunit6 Tests: Add a polyfill for `assertEqualsWithDelta()` to `WP_UnitTestCase` and use it where appropriate. 2020-09-07 03:12:17 +00:00
phpunit7 Tests: Remove the polyfill for `assertNotFalse()`. 2020-09-07 03:26:24 +00:00
abstract-testcase.php Tests: Introduce `assertSameSets()` and `assertSameSetsWithIndex()`, and use them where appropriate. 2020-09-04 07:01:00 +00:00
bootstrap.php Build/Test Tools: Check if all the required constants are defined before running the test suite. 2020-07-23 23:26:50 +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 REST API: Don't assume all item schemas have properties. 2020-02-20 16:56:17 +00:00
class-wp-rest-test-search-handler.php
class-wp-sitemaps-empty-test-provider.php Sitemaps: Add XML sitemaps functionality to WordPress. 2020-06-17 15:22:49 +00:00
class-wp-sitemaps-large-test-provider.php Sitemaps: Correctly enforce maximum number of sitemaps in index. 2020-07-21 13:55:45 +00:00
class-wp-sitemaps-test-provider.php Sitemaps: Add XML sitemaps functionality to WordPress. 2020-06-17 15:22:49 +00:00
exceptions.php
factory.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
functions.php Editor: Move core blocks registration to init hook 2020-07-02 17:20:28 +00:00
install.php Build/Test: Die with an error if populate_network fails 2020-06-03 21:02:42 +00:00
listener-loader.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
mock-fs.php
mock-image-editor.php REST API: Introduce endpoint for editing images. 2020-07-04 04:13:17 +00:00
mock-mailer.php Mail: PHPMailer swap to use is_email for the default validator. 2020-07-27 20:17:36 +00:00
normalize-xml.xsl Sitemaps: Add XML sitemaps functionality to WordPress. 2020-06-17 15:22:49 +00:00
object-cache.php
plural-form-function.php Code Modernization: Change `create_function()` in `phpunit/includes/plural-form-function.php` to closure. 2020-08-13 12:32:03 +00:00
speed-trap-listener.php
spy-rest-server.php Docs: Improve documentation for `tests/phpunit/includes/spy-rest-server.php`. 2020-02-11 00:18:28 +00:00
testcase-ajax.php
testcase-canonical.php Tests: Give canonical test fixtures for paginated content more descriptive names. 2020-05-10 20:29:18 +00:00
testcase-rest-api.php
testcase-rest-controller.php
testcase-rest-post-type-controller.php
testcase-xml.php Sitemaps: Add XML sitemaps functionality to WordPress. 2020-06-17 15:22:49 +00:00
testcase-xmlrpc.php Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant. 2020-02-06 06:31:22 +00:00
testcase.php Tests: Remove the polyfill for `assertNotFalse()`. 2020-09-07 03:26:24 +00:00
trac.php I18N: Restore the "Error:" prefix for error messages. 2020-06-21 13:58:46 +00:00
utils.php
wp-profiler.php