mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Registry name improvements. testGetFieldNames() improvement.
This commit is contained in:
@@ -720,7 +720,11 @@
|
||||
);
|
||||
|
||||
$result = $this->ue->getFieldNames();
|
||||
$this->assertSame($expected, $result);
|
||||
|
||||
foreach($expected as $field)
|
||||
{
|
||||
$this->assertContains($field, $result);
|
||||
}
|
||||
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user