Exemplo n.º 1
0
 /**
  * Test count by field.
  */
 public function testCountField()
 {
     $this->assertSame(3, $this->connection->count('writers', null, 'name'));
 }