Merged in bugfix/PMCORE-3292 (pull request #8114)

PMCORE-3292

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Andrea Adamczyk
2021-09-09 19:18:15 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -16,6 +16,8 @@ class PMFNewUserTest extends TestCase
*/
public function setUp()
{
parent::setup();
if (!defined('PPP_NUMERICAL_CHARACTER_REQUIRED')) {
define('PPP_NUMERICAL_CHARACTER_REQUIRED', 1);
}
@@ -26,6 +28,14 @@ class PMFNewUserTest extends TestCase
define('PPP_SPECIAL_CHARACTER_REQUIRED', 1);
}
}
/**
* Creates the tearDown method
*/
public function tearDown()
{
parent::tearDown();
}
/**
* It tests the PMFNewUser() function