Make WordPress Core

Changeset 40561


Ignore:
Timestamp:
05/01/2017 11:20:30 AM (8 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Add object-cache.php to the unit test suite.

This removes an unnecessary external dependency from the Travis tests.

Fixes #40619

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r40546 r40561  
    3939- |
    4040  if [[ "$WP_TRAVIS_OBJECT_CACHE" == "true" ]]; then
    41     curl https://raw.githubusercontent.com/tollmanz/wordpress-pecl-memcached-object-cache/584392b56dc4adbe52bd2c7b86f875e23a3e5f75/object-cache.php > src/wp-content/object-cache.php
     41    cp tests/phpunit/includes/object-cache.php src/wp-content/object-cache.php
    4242    echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
    4343  fi
Note: See TracChangeset for help on using the changeset viewer.