diff --git a/test/phpunit/EvalMathTest.php b/test/phpunit/EvalMathTest.php index 885b80233c7..bc50c65f6b8 100644 --- a/test/phpunit/EvalMathTest.php +++ b/test/phpunit/EvalMathTest.php @@ -1,6 +1,7 @@ * Copyright (C) 2022 Quatadah Nasdami + * Copyright (C) 2023 Alexandre Janniaux * * 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 @@ -43,7 +44,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 InventoryTest extends PHPUnit\Framework\TestCase +class EvalMathTest extends PHPUnit\Framework\TestCase { protected $savconf; protected $savuser;