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