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;