public function testSetInterface()
 {
     $table = new Table();
     $table->setInterface('ActiveRecordInterface');
     $this->assertSame('ActiveRecordInterface', $table->getInterface());
 }