mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
* [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:
@@ -53,7 +53,7 @@ class XmlHandlerTest extends TestCase
|
||||
*/
|
||||
protected $items;
|
||||
|
||||
public static function setUpBeforeClass()
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
$file = RESOURCE_DIR . DIRECTORY_SEPARATOR . 'config.xml';
|
||||
self::$xmlHandler = new XmlHandler(new FileHandler($file));
|
||||
|
||||
Reference in New Issue
Block a user