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