Changes between Initial Version and Version 1 of Ticket #31600, comment 4
- Timestamp:
- 03/17/2017 09:35:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31600, comment 4
initial v1 1 1 Test increment with an array with entries. 2 2 {{{ 3 3 wp_cache_set( $key, 2 ); 4 4 $this->assertEquals( 2, wp_cache_incr( $key, array('') ) ); 5 5 }}} 6 6 Results in 3 instead of 2.