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() public function setUp()
{ {
parent::setup();
if (!defined('PPP_NUMERICAL_CHARACTER_REQUIRED')) { if (!defined('PPP_NUMERICAL_CHARACTER_REQUIRED')) {
define('PPP_NUMERICAL_CHARACTER_REQUIRED', 1); define('PPP_NUMERICAL_CHARACTER_REQUIRED', 1);
} }
@@ -27,6 +29,14 @@ class PMFNewUserTest extends TestCase
} }
} }
/**
* Creates the tearDown method
*/
public function tearDown()
{
parent::tearDown();
}
/** /**
* It tests the PMFNewUser() function * It tests the PMFNewUser() function
* *