public function test_get_dbal_table()
 {
     $this->assertInstanceOf(\Doctrine\DBAL\Schema\Table::class, $this->table->getTable());
 }