mirror of
https://github.com/e107inc/e107.git
synced 2025-04-07 22:23:09 +02:00
max() test.
This commit is contained in:
parent
7f7b503c24
commit
e99ff91381
@ -698,13 +698,17 @@
|
||||
$rows = $this->db->db_getList();
|
||||
$this->assertArrayHasKey('plugin_name', $rows[2]);
|
||||
}
|
||||
/*
|
||||
|
||||
|
||||
public function testMax()
|
||||
{
|
||||
$result = $this->db->max('user', 'user_pwchange');
|
||||
$this->assertEquals('1541074253', $result);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
public function testSelectTree()
|
||||
{
|
||||
|
||||
@ -1011,6 +1015,7 @@
|
||||
$this->fail("Failed to create secondary database");
|
||||
}
|
||||
|
||||
|
||||
// use new database
|
||||
$use = $xql->database($database,MPREFIX,true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user