Пример #1
0
 public function testCountAggregate()
 {
     $this->assertTrue($this->result->count('foo') === '1');
 }
Пример #2
0
 /**
  * Implementation of Countable.
  * @return int
  * @throws DriverException on unbuffered result.
  */
 public function count()
 {
     return $this->result->count();
 }