Changeset 903 in tests for trunk/tests/test_user.php
- Timestamp:
- 07/16/2012 05:24:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_user.php
r896 r903 160 160 } 161 161 } 162 162 163 163 /** 164 164 * Test the magic __unset method … … 188 188 $this->assertNotEmpty( $user->ID ); 189 189 unset( $user->ID ); 190 $this->assertEmpty( $user->ID ); 190 $this->assertEmpty( $user->ID ); 191 191 } 192 192
Note: See TracChangeset
for help on using the changeset viewer.