* [MOD] Update PHPunit to latest version.

* [MOD] Load fixtures using plain SQL files.
* [MOD] Raise PHP version requirements (7.2 will be deprecated within a month).

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2020-12-09 12:03:13 +01:00
parent fe99dbaa09
commit e2885bcb76
113 changed files with 2707 additions and 5004 deletions

View File

@@ -59,7 +59,7 @@ class ConfigTest extends TestCase
/**
* @throws ContextException
*/
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
self::$dic = setupContext();
@@ -70,7 +70,7 @@ class ConfigTest extends TestCase
/**
* This method is called after the last test of this test class is run.
*/
public static function tearDownAfterClass()
public static function tearDownAfterClass(): void
{
// Restore to the initial state
saveResource('config', 'config.xml', self::$currentConfig);