removing some spaces

This commit is contained in:
NASDAMI Quatadah 2022-06-09 13:19:26 +02:00
parent ea720e25e5
commit e729d76833

View File

@ -78,7 +78,7 @@ class UserTest extends PHPUnit\Framework\TestCase
* *
* @return void * @return void
*/ */
public static function setUpBeforeClass() public static function setUpBeforeClass()
{ {
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
@ -125,7 +125,7 @@ class UserTest extends PHPUnit\Framework\TestCase
* *
* @return void * @return void
*/ */
protected function tearDown() protected function tearDown()
{ {
print __METHOD__."\n"; print __METHOD__."\n";
} }