- Timestamp:
- 02/08/2018 03:20:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/notifications/functions.php
r11737 r11851 36 36 37 37 $this->assertFalse( wp_cache_get( 'all_for_user_' . $u, 'bp_notifications' ) ); 38 $this->assertFalse( wp_cache_get( $u, 'bp_notifications_unread_count' ) ); 38 39 } 39 40 … … 62 63 63 64 $this->assertFalse( wp_cache_get( 'all_for_user_' . $u, 'bp_notifications' ) ); 65 $this->assertFalse( wp_cache_get( $u, 'bp_notifications_unread_count' ) ); 64 66 } 65 67 … … 92 94 93 95 $this->assertFalse( wp_cache_get( 'all_for_user_' . $u, 'bp_notifications' ) ); 96 $this->assertFalse( wp_cache_get( $u, 'bp_notifications_unread_count' ) ); 94 97 } 95 98 … … 122 125 123 126 $this->assertFalse( wp_cache_get( 'all_for_user_' . $u, 'bp_notifications' ) ); 127 $this->assertFalse( wp_cache_get( $u, 'bp_notifications_unread_count' ) ); 124 128 } 125 129
Note: See TracChangeset
for help on using the changeset viewer.