Make WordPress Core

Changeset 903 in tests for trunk/tests/test_user.php


Ignore:
Timestamp:
07/16/2012 05:24:25 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_user.php

    r896 r903  
    160160                }
    161161        }
    162        
     162
    163163        /**
    164164         * Test the magic __unset method
     
    188188                $this->assertNotEmpty( $user->ID );
    189189                unset( $user->ID );
    190                 $this->assertEmpty( $user->ID );               
     190                $this->assertEmpty( $user->ID );
    191191        }
    192192
Note: See TracChangeset for help on using the changeset viewer.