Example #1
0
 /**
  * @covers ::getName
  */
 public function testGetName()
 {
     $table = new Table('users', null, new Table\ColumnCollection(), new Table\IndexCollection());
     $this->assertSame('users', $table->getName());
 }