PMCORE-3292
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
@@ -26,6 +28,14 @@ class PMFNewUserTest extends TestCase
|
|||||||
define('PPP_SPECIAL_CHARACTER_REQUIRED', 1);
|
define('PPP_SPECIAL_CHARACTER_REQUIRED', 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Creates the tearDown method
|
||||||
|
*/
|
||||||
|
public function tearDown()
|
||||||
|
{
|
||||||
|
parent::tearDown();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* It tests the PMFNewUser() function
|
* It tests the PMFNewUser() function
|
||||||
|
|||||||
Reference in New Issue
Block a user