1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

User-extended signup test. Switched off registry reset.

This commit is contained in:
Cameron
2021-01-21 08:18:54 -08:00
parent 2e301d2c73
commit 9e0d014e39

View File

@@ -456,7 +456,7 @@
public function testSignupExtendedUserFieldsShortcode() public function testSignupExtendedUserFieldsShortcode()
{ {
$this->fixRegistry('before'); // $this->fixRegistry('before');
$sc = e107::getScBatch('signup'); $sc = e107::getScBatch('signup');
@@ -504,7 +504,7 @@
} }
$this->fixRegistry('after'); // $this->fixRegistry('after');