Extends
lithium\test\UnitSource
public function testReadWithHasManyAndLimit() {
$options = array(
'type' => 'read',
'model' => $this->_model,
'with' => array('MockDatabaseComment'),
'limit' => 1
);
$result = $this->db->read(new Query($options), $options);
$this->assertFalse($result);
}