Example #1
0
 /**
  * It should return all columns.
  *
  * @depends testGetColumnNames
  */
 public function testGetColumnCount(Table $table)
 {
     $count = $table->getColumnCount();
     $this->assertEquals(2, $count);
 }