[wp-unit-tests] [WordPress Unit Tests] #110: Public functions for cache should be directly tested
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 19 13:02:39 UTC 2012
#110: Public functions for cache should be directly tested
-------------------------+-----------------
Reporter: tollmanz | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Cache | Keywords:
-------------------------+-----------------
The family of "wp_cache_*" functions should be tested. While it is great
that the WP_Object_Cache class' methods are directly tested, this does not
verify that the public wrapper functions are doing what they are intended
to do. Since core (and hopefully plugins/themes) access the object cache
through these functions, they need to be tested.
--
Ticket URL: <http://unit-tests.trac.wordpress.org/ticket/110>
WordPress Unit Tests <http://unit-tests.trac.wordpress.org>
My example project
More information about the wp-unit-tests
mailing list