diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2010-03-26 21:02:56 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2010-03-26 21:02:56 +0100 |
| commit | c6442ce64072fd5080d1b2f3a3d595c62ccdc59c (patch) | |
| tree | 815af87041be459367111e2bb5192f40c09a9b6c /tests/dbal/fixtures | |
| parent | a7581085e002035ab5c516fe91fe4ece57087267 (diff) | |
| download | forums-c6442ce64072fd5080d1b2f3a3d595c62ccdc59c.tar forums-c6442ce64072fd5080d1b2f3a3d595c62ccdc59c.tar.gz forums-c6442ce64072fd5080d1b2f3a3d595c62ccdc59c.tar.bz2 forums-c6442ce64072fd5080d1b2f3a3d595c62ccdc59c.tar.xz forums-c6442ce64072fd5080d1b2f3a3d595c62ccdc59c.zip | |
[feature/dbal-tests] Tests for $db->sql_query_limit()
Diffstat (limited to 'tests/dbal/fixtures')
| -rw-r--r-- | tests/dbal/fixtures/three_users.xml (renamed from tests/dbal/fixtures/two_users.xml) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/dbal/fixtures/two_users.xml b/tests/dbal/fixtures/three_users.xml index 255f061bd4..fff26d2b3f 100644 --- a/tests/dbal/fixtures/two_users.xml +++ b/tests/dbal/fixtures/three_users.xml @@ -11,5 +11,9 @@ <value>2</value>
<value>foobar</value>
</row>
+ <row>
+ <value>3</value>
+ <value>bertie</value>
+ </row>
</table>
</dataset>
|
