PMCORE-3292

This commit is contained in:
Andrea Adamczyk
2021-09-09 14:28:58 -04:00
parent be127e5b38
commit caaa556e90

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