Changeset 11737 for trunk/tests/phpunit/testcases/core/cache.php
- Timestamp:
- 11/03/2017 07:44:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/cache.php
r9819 r11737 11 11 public function test_bp_update_meta_cache_with_cache_misses() { 12 12 // Use activity just because 13 $a1 = $this->factory->activity->create();13 $a1 = self::factory()->activity->create(); 14 14 15 15 // Confirm that all activitymeta is deleted
Note: See TracChangeset
for help on using the changeset viewer.