Make WordPress Core

Changeset 875 in tests for trunk/tests/test_post_output.php


Ignore:
Timestamp:
07/03/2012 05:24:03 PM (12 years ago)
Author:
nacin
Message:

Rename the unit tests wp-config.php to wp-tests-config.php. Also:

  • Rename wp-testdata to data
  • Rename wp-testlib to includes
  • Rename wp-testcase to tests
  • Begin to remove files from the old test suite we no longer need to port code from

fixes #98. see #42.

Location:
trunk/tests
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_post_output.php

    r845 r875  
    141141        // permalink page
    142142        $link = '/2008/04/01/simple-gallery-test/';
    143         $this->http('/2008/04/01/simple-gallery-test/');
     143        $this->go_to('/2008/04/01/simple-gallery-test/');
    144144        the_post();
    145145        // filtered output
     
    217217
    218218        // permalink page
    219         $this->http('/2008/04/01/simple-gallery-test/');
     219        $this->go_to('/2008/04/01/simple-gallery-test/');
    220220        the_post();
    221221        // filtered output
Note: See TracChangeset for help on using the changeset viewer.