Test travis php7.1

This commit is contained in:
Laurent Destailleur
2022-09-21 17:55:04 +02:00
parent 3e83fa3ad9
commit 6c17c2f044
81 changed files with 320 additions and 320 deletions

View File

@@ -46,7 +46,7 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
*
* @return void
*/
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
// Make sure we backup and remove the configuration file to force new install.
@rename('htdocs/conf/conf.php', sys_get_temp_dir() . '/conf.php');
@@ -74,7 +74,7 @@ class InstallTest extends PHPUnit_Extensions_Selenium2TestCase
*
* @return void
*/
public static function tearDownAfterClass()
public static function tearDownAfterClass(): void
{
// Remove the generated configuration and restore the backed up file.
@unlink('htdocs/conf/conf.php');