mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Clear e107 registry before testing user extended structure.
This commit is contained in:
@@ -64,6 +64,8 @@
|
|||||||
|
|
||||||
public function testGetStructure()
|
public function testGetStructure()
|
||||||
{
|
{
|
||||||
|
e107::setRegistry('core/userextended/structure'); // clear the registry.
|
||||||
|
|
||||||
$result = $this->ue->getStructure();
|
$result = $this->ue->getStructure();
|
||||||
|
|
||||||
foreach($this->typeArray as $k=>$v)
|
foreach($this->typeArray as $k=>$v)
|
||||||
|
Reference in New Issue
Block a user