Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#40619 closed task (blessed) (fixed)

Add object-cache.php to the unit test suite

Reported by: johnbillion's profile johnbillion Owned by: johnbillion's profile johnbillion
Milestone: 4.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

When the object cache test build runs on Travis, the object-cache.php file is downloaded from GitHub. It's a fast download, but it's an unnecessary external dependency.

This file should be included in the test suite.

Change History (2)

#1 @johnbillion
8 years ago

  • Owner set to johnbillion
  • Status changed from new to accepted

#2 @johnbillion
8 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 40561:

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

This removes an unnecessary external dependency from the Travis tests.

Fixes #40619

Note: See TracTickets for help on using tickets.