- Timestamp:
- 03/01/2014 02:48:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/class-bp-xprofile-profiledata.php
r7882 r8012 146 146 */ 147 147 public function test_get_value_byid_multipleusers_uncached() { 148 $time = date( 'Y-m-d h:i:s', time() - 60*60*24 );148 $time = date( 'Y-m-d H:i:s', time() - 60*60*24 ); 149 149 150 150 $u1 = $this->create_user(); … … 226 226 */ 227 227 public function test_get_value_byid_multipleusers_cached() { 228 $time = date( 'Y-m-d h:i:s', time() - 60*60*24 );228 $time = date( 'Y-m-d H:i:s', time() - 60*60*24 ); 229 229 230 230 $u1 = $this->create_user();
Note: See TracChangeset
for help on using the changeset viewer.