Add minimum required PHP version to run-tests.php

This integrates a simple minimum PHP version info in the tool and to
also define the minimum version that the tool syntax should support.
This commit is contained in:
Peter Kokot 2019-03-25 20:50:14 +01:00
parent 0122f395c7
commit 434388a610

View File

@ -29,6 +29,8 @@
/* Let there be no top-level code beyond this point:
* Only functions and classes, thanks!
*
* Minimum required PHP version: 7.0.0
*/
/**