Make WordPress Core


Ignore:
Timestamp:
07/01/2012 06:43:54 PM (14 years ago)
Author:
maxcutler
Message:

Replace lingering references to wp-testdata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-testcase/test_includes_functions.php

    r811 r834  
    106106                       this limitation is arbitary, so change it if you like.
    107107                */
    108                 $testdir = realpath('.') . '/wp-testdata/images/';
     108                $testdir = DIR_TESTDATA . '/images/';
    109109                $testimg = 'test-image.png';
    110110                $this->assertTrue( file_exists($testdir) );
Note: See TracChangeset for help on using the changeset viewer.