mirror of
https://github.com/e107inc/e107.git
synced 2025-04-11 08:06:49 +02:00
Fix for copyRow
This commit is contained in:
parent
cc1493833d
commit
8bb6c442a2
@ -770,7 +770,7 @@
|
||||
public function testDb_CopyRow()
|
||||
{
|
||||
$result = $this->db->db_CopyRow('news', '*', "news_id = 1");
|
||||
$this->assertEquals(3,$result);
|
||||
$this->assertGreaterThan(1,$result);
|
||||
|
||||
$result = $this->db->db_CopyRow('bla');
|
||||
$this->assertFalse($result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user