mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +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 (
|
$expected = array (
|
||||||
16 =>
|
16 =>
|
||||||
@@ -1054,7 +1055,7 @@
|
|||||||
$result = $this->ue->user_extended_get_fields(16);
|
$result = $this->ue->user_extended_get_fields(16);
|
||||||
$this->assertEquals($expected, $result);
|
$this->assertEquals($expected, $result);
|
||||||
|
|
||||||
}
|
}*/
|
||||||
/*
|
/*
|
||||||
public function testUser_extended_type_text()
|
public function testUser_extended_type_text()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user