wordpress-develop/tests/phpunit/includes
Sergey Biryukov fbfba47f1a Code Modernization: Let MockClass extend stdClass.
This allows for arbitrary properties to be declared on it.

Alternatively, the `MockClass` could be deprecated altogether in favor of directly using `stdClass` where needed.

Follow-up to [53/tests], [65/tests], [53557], [53558], [53850], [53851], [53852], [53853], [53854].

Props jrf.
See #56033.

git-svn-id: https://develop.svn.wordpress.org/trunk@53856 602fd350-edb4-49c9-b593-d223f7449a82
2022-08-07 16:53:30 +00:00
..
factory
phpunit6
abstract-testcase.php Coding Standards: Reorder global cache groups alphabetically for some consistency. 2022-08-04 16:27:02 +00:00
bootstrap.php
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
class-wp-sitemaps-test-provider.php
class-wp-test-stream.php
exceptions.php
factory.php
functions.php Tools: Automate backporting core blocks from Gutenberg to Core 2022-07-08 12:32:37 +00:00
install.php Coding Standards: Move wp-includes/wp-db.php to wp-includes/class-wpdb.php. 2022-07-21 15:58:51 +00:00
mock-fs.php
mock-image-editor.php
mock-invokable.php Docs: Miscellaneous DocBlock corrections. 2021-11-24 23:58:20 +00:00
mock-mailer.php
normalize-xml.xsl
object-cache.php Tests: Remove the list of non-persistent groups in Memcached implementation used in the test suite. 2022-08-04 15:37:15 +00:00
phpunit-adapter-testcase.php
plural-form-function.php
spy-rest-server.php Docs: Miscellaneous DocBlock corrections. 2021-11-24 23:58:20 +00:00
testcase-ajax.php
testcase-canonical.php
testcase-rest-api.php
testcase-rest-controller.php Build/Test Tools: Remove the assertion in filter_rest_url_for_leading_slash(). 2021-12-19 14:27:22 +00:00
testcase-rest-post-type-controller.php
testcase-xml.php
testcase-xmlrpc.php
testcase.php
trac.php Docs: Fix typo in TracTickets::isTracTicketClosed() description. 2022-02-20 10:12:37 +00:00
unregister-blocks-hooks.php Tools: Automate backporting core blocks from Gutenberg to Core 2022-07-08 12:32:37 +00:00
utils.php Code Modernization: Let MockClass extend stdClass. 2022-08-07 16:53:30 +00:00
wp-profiler.php