public function testAboutWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Table::about());
 }