mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Disable test. Needs rework to account for shuffling.
This commit is contained in:
@@ -991,7 +991,8 @@
|
||||
|
||||
}
|
||||
*/
|
||||
public function testUser_extended_get_fields()
|
||||
// FIXME shuffling may cause the id numbers to change.
|
||||
/* public function testUser_extended_get_fields()
|
||||
{
|
||||
$expected = array (
|
||||
16 =>
|
||||
@@ -1054,7 +1055,7 @@
|
||||
$result = $this->ue->user_extended_get_fields(16);
|
||||
$this->assertEquals($expected, $result);
|
||||
|
||||
}
|
||||
}*/
|
||||
/*
|
||||
public function testUser_extended_type_text()
|
||||
{
|
||||
|
Reference in New Issue
Block a user