Example #1
0
 function testMaxField()
 {
     $mock = $this->getMock('TikiDb');
     $table = new TikiDb_Table($mock, 'my_table');
     $this->assertEquals($table->expr('MAX(`hits`)', array()), $table->max('hits'));
 }