Ejemplo n.º 1
0
 public function testCountAggregate()
 {
     $this->assertTrue($this->result->count('foo') === '1');
 }
Ejemplo n.º 2
0
 /**
  * Implementation of Countable.
  * @return int
  * @throws DriverException on unbuffered result.
  */
 public function count()
 {
     return $this->result->count();
 }