mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Fix for copyRow
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user