Пример #1
0
 public function testCountEmpty()
 {
     $this->prepareFetchArray([]);
     static::assertEquals(0, $this->database->count('SELECT column1, column2 FROM `table`'));
 }