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