Make WordPress Core


Ignore:
Timestamp:
09/14/2013 07:17:31 PM (11 years ago)
Author:
nacin
Message:

Reinstate an assertion commented out in [25409]. This test is skipped due to @ticket anyway. see #25282.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user.php

    r25409 r25440  
    160160        $this->assertEquals( $user->customField, 123 );
    161161        unset( $user->customField );
    162         // $this->assertFalse( isset( $user->customField ) );
     162        $this->assertFalse( isset( $user->customField ) );
    163163        return $user;
    164164    }
Note: See TracChangeset for help on using the changeset viewer.