From facb00362730ff73b207bc060e2a80b56e257c16 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 24 Dec 2022 15:37:07 +0100 Subject: [PATCH] Fix phpunit --- test/phpunit/RepositoryTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/phpunit/RepositoryTest.php b/test/phpunit/RepositoryTest.php index 99386045fc8..4185a46b5b1 100644 --- a/test/phpunit/RepositoryTest.php +++ b/test/phpunit/RepositoryTest.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2022 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -75,7 +75,7 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1; * @backupStaticAttributes enabled * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. */ -class CodingPhpTest extends PHPUnit\Framework\TestCase +class RepositoryTest extends PHPUnit\Framework\TestCase { protected $savconf; protected $savuser;