Tests that the empty result set mass-fetches in an expected way.
function testEmptyFetchAll() { $result = new StatementEmpty(); $this ->assertEquals($result ->fetchAll(), array(), 'Empty array returned from empty result set.'); }