When running ./drupalci run simpletest from one of my machines that has PHP7, drupalci fails.

The issue looks be in the docker-php library, returning an empty string.

Comments

isntall created an issue. See original summary.

isntall’s picture

Issue tags: +PHP 7.0 (duplicate)
mile23’s picture

testrunner is a bit behind the times in its composer.json needs: #2656446: Evaluate composer.json needs

Symfony 2.8 is PHP 7 compatible, I believe, and that issue updates it.

damienmckenna’s picture

Does the problem still exist?

Mixologic’s picture

Component: DrupalCI console script » Testrunner Codebase
Mixologic’s picture

Status: Active » Fixed

The main blocker to getting the testrunner working on php7 was the upgrade to the underlying docker php library. That is now done, And I just ran the full test suite on php7 and everything passed.

Im going to call this one fixed.

Mixologic’s picture

Mixologic’s picture

Mixologic’s picture

Status: Fixed » Needs work

Turns out I wasnt actually running on php7, and just thought I was. There's a couple of small things to fix, and some things to upgrade, and some vagrant to improve.

Mixologic’s picture

Status: Needs work » Closed (duplicate)

This actually gets handled in #2819243: Improve vagrant's usage of drupalci.vdi, so marking this as a dupe.