Skip to:
Content

bbPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3085 closed defect (bug) (fixed)

Get Travis tests working again on PHP 7

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Tools - Build Keywords:
Cc:

Description

Via #40086

Travis updated to PHPUnit 6 on its PHP 7 builds today. This is causing the tests on PHP 7 to fatal because core's tests are not compatible with PHPUnit 6. See #39822.

As an interim fix, PHPUnit 5.7 should be explicitly used for the PHP 7 builds.

Related: #3084

Change History (4)

#1 @netweb
8 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 6373:

Build/Test Tools: Update .travis.yml to explicitly use PHPUnit 5.7 for the PHP 7 builds on Travis.

  • Add some more debugging to Travis.
  • Clean up indentation.

Fixes #3085.

#2 @netweb
8 years ago

In 6374:

Build/Test Tools: Revert unintended unit test change included in commit [6373]

Antiprops netweb.
See #3085, #2963.

#3 @netweb
8 years ago

In 6375:

Build/Test Tools: Fix YAML indentation in .travis.yml following yolo'd [6373].

See #3085.

#4 @netweb
8 years ago

In 6376:

Build tools: Don't attempt to report PHP's extensions when running HHVM jobs on Travis. It doesn't work.

Props johnbillion.
See #3085.

Note: See TracTickets for help on using tickets.