1
0
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:
Cameron
2021-01-21 15:00:50 -08:00
parent 9ddad9a44a
commit 27f26e59c0

View File

@@ -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()
{ {