Ejemplo n.º 1
0
 /**
  * @covers Cradle\Sql\Sqlite::getColumns
  */
 public function testGetColumns()
 {
     $actual = $this->object->getColumns('unit_post');
     $this->assertTrue(is_array($actual));
 }