Make WordPress Core


Ignore:
Timestamp:
08/29/2013 06:39:34 PM (12 years ago)
Author:
nacin
Message:

Move PHPUnit tests into a tests/phpunit directory.

wp-tests-config.php can/should reside in the root of a develop checkout. phpunit should be run from the root.

see #25088.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-tests-config-sample.php

    r25158 r25165  
    22
    33/* Path to the WordPress codebase you'd like to test. Add a backslash in the end. */
    4 define( 'ABSPATH', dirname( dirname( __FILE__ ) ) . '/src/' );
     4define( 'ABSPATH', dirname( __FILE__ ) . '/src/' );
    55
    66// Test with multisite enabled: (previously -m)
Note: See TracChangeset for help on using the changeset viewer.