Make WordPress Core

Changeset 1148 in tests for trunk/tests/option/slashes.php


Ignore:
Timestamp:
11/21/2012 03:01:28 PM (13 years ago)
Author:
ryan
Message:

Pinking shears and eol-style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/option/slashes.php

    r1071 r1148  
    3535        $this->assertEquals( $this->slash_4, get_option( 'slash_test_4' ) );
    3636    }
    37    
     37
    3838    /**
    3939     * Tests the model function that expects un-slashed data
     
    4242    function test_update_option() {
    4343        add_option( 'slash_test_5', 'foo' );
    44        
     44
    4545        update_option( 'slash_test_5', $this->slash_1 );
    4646        $this->assertEquals( $this->slash_1, get_option( 'slash_test_5' ) );
Note: See TracChangeset for help on using the changeset viewer.