diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-07 20:26:35 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-07 20:26:35 -0600 |
commit | b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c (patch) | |
tree | 14c7b47e251a165d87eff519b69b9dba06a91544 /tests/functions/fixtures | |
parent | 4ab07aa45ebdf568a252821edf0837e17f1d9f20 (diff) | |
download | forums-b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c.tar forums-b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c.tar.gz forums-b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c.tar.bz2 forums-b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c.tar.xz forums-b3dae8fd61a10d82b5bb8e1626214789d3ac7b5c.zip |
[ticket/8323] dataProvider for the test; better test data
PHPBB3-8323
Diffstat (limited to 'tests/functions/fixtures')
-rw-r--r-- | tests/functions/fixtures/banned_users.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functions/fixtures/banned_users.xml b/tests/functions/fixtures/banned_users.xml index 42b73dd270..cec3f4e51f 100644 --- a/tests/functions/fixtures/banned_users.xml +++ b/tests/functions/fixtures/banned_users.xml @@ -29,5 +29,10 @@ <value>0</value> <value>999999999999999999999</value> </row> + <row> + <value>6</value> + <value>0</value> + <value>3</value> + </row> </table> </dataset> |