Wordpress/tests/phpunit/includes
Sergey Biryukov 79703088c4 General: Replace older-style PHP type conversion functions with type casts.
This improves performance, readability, and consistency throughout core.

* `intval()` → `(int)`
* `strval()` → `(string)`
* `floatval()` → `(float)`

Props ayeshrajans.
Fixes #42918.

git-svn-id: https://develop.svn.wordpress.org/trunk@49108 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-08 21:13:57 +00:00
..
factory
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 Tests: Simplify the logic in WP_UnitTestCase_Base::setUpBeforeClass() and ::tearDownAfterClass(). 2020-09-19 09:11:23 +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
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
exceptions.php
factory.php
functions.php
install.php
listener-loader.php
mock-fs.php
mock-image-editor.php
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
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-canonical.php
testcase-rest-api.php
testcase-rest-controller.php
testcase-rest-post-type-controller.php
testcase-xml.php
testcase-xmlrpc.php
testcase.php Tests: Remove the polyfill for assertNotFalse(). 2020-09-07 03:26:24 +00:00
trac.php
utils.php General: Replace older-style PHP type conversion functions with type casts. 2020-10-08 21:13:57 +00:00
wp-profiler.php