mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
Merge pull request #5491 from marc1706/ticket/14948
[ticket/14948] Update to PHP 7.1+ and Twig 2.x
This commit is contained in:
@@ -45,11 +45,6 @@ class phpbb_lint_test extends phpbb_test_case
|
||||
*/
|
||||
public function test_lint($path)
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '5.3.0', '<'))
|
||||
{
|
||||
$this->markTestSkipped('phpBB uses PHP 5.3 syntax in some files, linting on PHP < 5.3 will fail');
|
||||
}
|
||||
|
||||
$cmd = sprintf('(%s -l %s) 2>&1', self::$php_binary, escapeshellarg($path));
|
||||
$output = array();
|
||||
$status = 1;
|
||||
|
Reference in New Issue
Block a user