Make WordPress Core


Ignore:
Timestamp:
11/08/2014 07:28:12 PM (10 years ago)
Author:
boonebgorges
Message:

Share fixtures across 'canonical' automated tests.

Sharing these fixtures results in a speed improvement of almost one minute per
run of the test suite.

My hope is that future WordPress developers will spend this extra minute with
their loved ones, for life on this earth is short, my friends, and the moments
you spend watching WP generate test data can never again be reclaimed from the
grizzled clutches of Time, and none of us are really getting younger, I mean,
geez, have you looked in the mirror lately, Gandalf?

See #30017.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/bootstrap.php

    r28943 r30277  
    9191require dirname( __FILE__ ) . '/testcase-xmlrpc.php';
    9292require dirname( __FILE__ ) . '/testcase-ajax.php';
     93require dirname( __FILE__ ) . '/testcase-canonical.php';
    9394require dirname( __FILE__ ) . '/exceptions.php';
    9495require dirname( __FILE__ ) . '/utils.php';
Note: See TracChangeset for help on using the changeset viewer.