Пример #1
0
 /**
  * @covers ::getRowsArray
  */
 public function test_getRowsArray()
 {
     // When
     $got = $this->driver->getRowsArray(false);
     // Then
     $this->assertSame([], $got);
 }