Wordpress/tests/phpunit/includes
Jonathan Desrosiers 6ec4cc3468 Build/Test Tools: Remove debug text included in [49267].
See #50401.

git-svn-id: https://develop.svn.wordpress.org/trunk@49280 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-22 17:53:47 +00:00
..
factory Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +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: Backport two changes from PHPUnit 9.3: 2020-09-23 13:52:02 +00:00
abstract-testcase.php Build/Test Tools: Remove debug text included in [49267]. 2020-10-22 17:53:47 +00:00
bootstrap.php Build/Test Tools: Only define `WP_PLUGIN_DIR` in when running core tests. 2020-10-22 00:42:51 +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
class-wp-rest-test-search-handler.php
class-wp-sitemaps-empty-test-provider.php
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
class-wp-test-stream.php Media: Support Stream Wrappers In `WP_Image_Editor_Imagick` 2020-10-20 14:35:10 +00:00
exceptions.php
factory.php
functions.php Editor: Move core blocks registration to init hook 2020-07-02 17:20:28 +00:00
install.php
listener-loader.php
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 Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
normalize-xml.xsl
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
testcase-ajax.php Docs: Update the code example in `WP_Ajax_UnitTestCase::dieHandler()` DocBlock to use `expectException()`. 2020-09-18 13:53:31 +00:00
testcase-block-supports.php Block Editor: Update the WordPress Packages to the latest version. 2020-10-20 13:33:02 +00:00
testcase-canonical.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
testcase-rest-api.php
testcase-rest-controller.php
testcase-rest-post-type-controller.php
testcase-xml.php
testcase-xmlrpc.php Tests: Use shared fixtures in XML-RPC new comment unit tests. 2020-10-22 00:17:10 +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 Coding Standards: Replace alias PHP functions with the canonical names. 2020-10-18 17:25:10 +00:00
wp-profiler.php