Codeception / Specify

BDD style code blocks for PHPUnit / Codeception
MIT License
156 stars 22 forks source link

Please support php 7.1 #43

Closed harunnryd closed 6 years ago

harunnryd commented 6 years ago

In ResultPrinter.php line 24:

Declaration of Codeception\Specify\ResultPrinter::writeProgress($progress): void should be compatible with PHPUnit\TextUI\ResultPrinter::writeProgress(string $progress): void

aquamme commented 6 years ago

This is due to incompatible versions of Specify/PHPUnit, not a lack of PHP7 support. Double check that you're using a supported version of PHPUnit with your version of Specify.