lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Hotfix for testing + fixes for version 7.2 #116

Closed Vassyli closed 6 years ago

Vassyli commented 6 years ago

This is a hotfix for testing. PHPUnit 6 and 7 do not recognize PHPUnit 5.7-type tests, thus it exits with exitcode 0 (= no failed tests). This allows merging of pull requests without proper testing.

While fixing this, travis reported 2 new errors in combination with PHP 7.2 dependencies which this hotfix also fixes to get "travis greenlight".