mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Disable test. Needs rework to account for shuffling.
This commit is contained in:
parent
9ddad9a44a
commit
27f26e59c0
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user